![{}](https://static.livefans.jp/img/contents/artist_prof/artist_1978_500_500_1.jpg?update=20171011140422)
浜田麻里
2016/05/29 (日) 17:30 開演 @東京国際フォーラム ホールA (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
ショウの内容は高値安定で良かったですが、開始が20分近く押した事、本編とアンコール1、アンコール1とアンコール2の間が長かった事は改善の余地有りです
(途中で帰られる方も居ましたし、無事に間に合いましたが自分も最終の新幹線に間に合うか気が気でなかった)
- いいね! 3
- コメント
- 2016/05/30 (月) 19:52
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});