Start working on filter checkboxes

This commit is contained in:
Calvin Montgomery 2013-11-15 20:23:57 -06:00
parent 681911ffb1
commit ca4090c533
2 changed files with 21 additions and 0 deletions

View file

@ -1840,3 +1840,7 @@ function showMOTDEditor() {
$("#editmotd").hide();
$("#togglemotd").hide();
}
function filterChannelLog() {
}