Fix #1016
This commit is contained in:
parent
195a5cb241
commit
13c44dbf50
@ -738,7 +738,7 @@ Settings =
|
||||
<img src=#{Favicon.unreadDead}>
|
||||
"""
|
||||
togglecss: ->
|
||||
if $('textarea', @parentNode.parentNode).disabled = !@checked
|
||||
if $('textarea[name=usercss]', $.x 'ancestor::fieldset[1]', @).disabled = !@checked
|
||||
CustomCSS.rmStyle()
|
||||
else
|
||||
CustomCSS.addStyle()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user