
SPECIAL OTHERS
2018/04/30 (月) 16:30 開演 @日比谷野外大音楽堂 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
Yagi & Ryota でメンバーが順次登場する演出にボルテージが上がります。
1セット最後のAll thingsでちょっと肩すかし食らった感じに。。
2セットは
Laurentech、PBと盛り上がり、アンコールのLightで締め。
良かったけど、もう一曲盛り上がる曲ほしかったなぁ。
- いいね! 5
- コメント
- 2018/04/30 (月) 21:16
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});