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
|
Settings[key].call input
|
||||||
return
|
return
|
||||||
$.on $('input[name="Custom CSS"]', section), 'change', Settings.togglecss
|
$.on $('input[name="Custom CSS"]', section), 'change', Settings.togglecss
|
||||||
$.on $.id('apply-css'), 'click', Settings.usercss
|
$.on $('#apply-css', section), 'click', Settings.usercss
|
||||||
boardnav: ->
|
boardnav: ->
|
||||||
Header.generateBoardList @value
|
Header.generateBoardList @value
|
||||||
time: ->
|
time: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user