AdamanTIGHT!! 年末SPECIAL!!!~ReG COUNTDOWN 2012-2013~
2012/12/31 (月) ~ 2012/12/31 (月)
※画像はランダム表示されるイメージです。 アーティストや公演に関係するものではありません。
公演日 開演 詳細
2012/12/31 (月) 16:30 AdamanTIGHT!! 年末SPECIAL!!!~ReG COUNTDOWN 2012-2013~ 下北沢ReG (東京都)出演: JAWEYE, nano sound museum, Silhouette from the Skylit, A Barking Dog Never Bites, Another Story, -shiro-, -bakers-, Rising Contrast, MOTION SICKNESS, crock work, The 4th birthday end, 4 OF KIND
0
0 セットリスト
ライブレビュー(--件)
レビューはまだ投稿されていません。 最初のレビューを投稿してみませんか?
レビューを投稿する
// 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;
});