イクラノドン
2024/06/02 (日) 14:00 出演 @SAKAE SP-RING 2024 会場 (愛知県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
夜行バスで名古屋まで来たイクラノドン!
(お疲れ様です)
名古屋は初めてらしい。
翌日のライブ、初アルバムの告知、サブスクの告知、自主企画の告知やり切った笑
Cリリースを控えてますます絶好調のイクラノドン!
目が離せません
- いいね! 2
- コメント
- 2024/06/02 (日) 17:00
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});