
Hello Sleepwalkers
2017/09/18 (月) 14:20 出演 @TOKYO CALLING 2017 渋谷会場 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
SCを1曲通しでやってくれて、一気にテンション上がりました。もちろん本編も熱量最高!ステージセンターはモッシュすごかったけど、サイドの方は穏やかに楽しんでる人もいました。濃密なセトリであっという間にエンドだったけど、充実感たっぷりのライブでした!
- いいね! 3
- コメント
- 2017/09/19 (火) 19:39
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});