表示順:
2024/11/21 (木)
@Yogibo META VALLEY (大阪府)
[出演] OLTER CURRENT
レビュー:--件
2021/10/08 (金) 20:00
@CLAPPER at FM802 MINAMI WHEEL 2021会場 (大阪府)
[出演] OLTER CURRENT
レビュー:--件

2019/09/27 (金) 18:30
@梅田Zeela (大阪府)
[出演] $"Casper., Chased by Ghost of HYDEPARK, deadbites, OLTER CURRENT, SoundWitch
レビュー:--件
ロックハードロック/メタル
2018/12/20 (木) 19:30
@ell. SIZE (愛知県)
[出演] OLTER CURRENT, 奥西菓折
レビュー:--件
2018/10/07 (日) 19:15
@hillsパン工場 at MINAMI WHEEL 2018会場 (大阪府)
[出演] OLTER CURRENT
レビュー:--件

// 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;
});