This commit is contained in:
罗松柏 2020-12-11 17:43:02 +08:00
parent 0347d1c487
commit ed77e6398f

View File

@ -1280,6 +1280,7 @@ if ($act == 'newevent') {
showGame = (o.value);
calendar.fullCalendar('refetchEvents');
$('#gamesbtn button').removeClass('btn-purple').removeClass('btn-info');
$('#left_box button').removeClass('btn-purple').removeClass('btn-info');
$(o).addClass('btn-info');
}