THE YELLOW MONKEY
2024/10/20 (日) 17:30 開演 @愛媛県県民文化会館 メインホール (愛媛県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
ヤバいというより凄いセトリ。
新旧アムバム曲が素晴らしい化学反応でした。
途中「なんか凄い」と呟いたら、後ろからも「すごっ!」って聞こえて…ぃやーめっちゃよかったです!!
Block2と3は何のアムバムかな。
- いいね! 5
- コメント
- 2024/10/22 (火) 17:43
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});