
Lenny code fiction
2017/12/15 (金) 18:30 開演 @福岡graf (福岡県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
真悠香さんのレビュー
初めて来てくれた福岡の日から
2回、3回と回数を重ねるにつれ、
レニーの成長、進化が
はっきりとわかるライブでした。
新曲も多めで、とてもよかったし
ソラくんのMC(日直)が面白かった。
最後のMCでは航くんが泣かせてきて、
私は大号泣。
二列目だったのでしっかり見られてました(苦笑)
- いいね! 4
- コメント
- 2018/01/29 (月) 21:25
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});