
LOW IQ 01 & THE RHYTHM MAKERS
2015/10/11 (日) 14:00 出演 @富山城址公園 芝生広場特設ステージ (富山県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
直前まで結構な雨が降ってたけど、演ってる途中で晴れてきました。
俺が来たからにはこっから晴れるから、でスタート。
本当に晴れてきてビックリ!
実は天気予報みたんだよね〜と種明かし笑
でもちゃんと晴れる辺り、持ってるなぁ。
so easyではサークルもおきて、盛り上がったライブでした。
- いいね! 0
- コメント
- 2017/11/24 (金) 00:46
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});