
UVERworld
2016/12/25 (日) 18:30 開演 @日本武道館 (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
ゲストさんのレビュー
一年に一度の恒例クリスマスライブ!今年で9年目 ️
名古屋では、不完全燃焼だったが、バラードを中盤にまとめてくれたし、ノリノリで盛り上がり、楽しむことができた。
四年振りのタケシ社長の余興にも、大満足(^^)
できれば、バラード曲は、2曲くらいにしてくれると、凄く嬉しい ️
2月には、シングル発売決定!新アルバム発売も心待ちしてます。
- いいね! 11
- コメント
- 2016/12/28 (水) 15:29
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});