
KREVA
2020/06/24 (水) 21:08 開演 @オンラインライブ ライブ情報に戻る
« 前へ| レビュー一覧へ (2/2) |次へ »
新しい試み。
こけら落とし!大成功で終えました。
ライブはもちろんのこと、打ち上げの場まで配信。
貴重な場面を観ることが出来ました。
ライブを開催することが厳しい現状、画面越しとはいえ、十分に楽しめ、音を届けてくれたKREVAに感謝。
音響も映像も照明も申し分なく、楽しめたライブでした。
有料ライブ!どんどんやってほしい。
アーティストが活躍できる場をなくさないでほしい。
- いいね! 4
- コメント
- 2020/06/26 (金) 21:08
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (2/2) |次へ »
// 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;
});