Fix updating of theming content requiring text input on change.
This commit is contained in:
parent
93c5ecae9c
commit
1238893eae
@ -17910,7 +17910,7 @@
|
||||
},
|
||||
value: function() {
|
||||
$.cb.value.call(this);
|
||||
return Style.sheets.dynamicCSS.textContent = Style.dynamic();
|
||||
return Style.sheets.dynamic.textContent = Style.dynamic();
|
||||
},
|
||||
select: function() {
|
||||
var hyphenated, option, _i, _len, _ref;
|
||||
|
||||
@ -17933,7 +17933,7 @@
|
||||
},
|
||||
value: function() {
|
||||
$.cb.value.call(this);
|
||||
return Style.sheets.dynamicCSS.textContent = Style.dynamic();
|
||||
return Style.sheets.dynamic.textContent = Style.dynamic();
|
||||
},
|
||||
select: function() {
|
||||
var hyphenated, option, _i, _len, _ref;
|
||||
|
||||
@ -741,7 +741,7 @@ Settings =
|
||||
|
||||
value: ->
|
||||
$.cb.value.call @
|
||||
Style.sheets.dynamicCSS.textContent = Style.dynamic()
|
||||
Style.sheets.dynamic.textContent = Style.dynamic()
|
||||
|
||||
select: ->
|
||||
$.cb.value.call @
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user