Element #apply-css doesn't exist in the document when opening via Edit custom board navigation.
This commit is contained in:
parent
1947317499
commit
1412fca138
@ -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: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user