Element #apply-css doesn't exist in the document when opening via Edit custom board navigation.

This commit is contained in:
Mayhem 2013-06-21 20:07:43 +02:00
parent 1947317499
commit 1412fca138

View File

@ -355,7 +355,7 @@ Settings =
Settings[key].call input
return
$.on $('input[name="Custom CSS"]', section), 'change', Settings.togglecss
$.on $.id('apply-css'), 'click', Settings.usercss
$.on $('#apply-css', section), 'click', Settings.usercss
boardnav: ->
Header.generateBoardList @value
time: ->