ヒトリエ
2023/04/16 (日) 17:00 開演 @SIX ONE Live STAR (広島県)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
禾夌さんのレビュー
トーキーダンスの1番途中でベースの音が鳴らなくなって仕切り直しになったり(アンプの故障?)、その後undoの入りが合わなかった際に「これでおあいこな!」というとイガラシさんに「今のはヒューマンエラーだろ」とツッコミが入ったり、どこか和やかなライブでした。
随分と久しぶりな初期曲や、最近やってなかったボカロ曲のカバー等もありアガりっぱなしの2時間でした。
- いいね! 2
- コメント
- 2023/04/16 (日) 19:55
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (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;
});