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() {
|
value: function() {
|
||||||
$.cb.value.call(this);
|
$.cb.value.call(this);
|
||||||
return Style.sheets.dynamicCSS.textContent = Style.dynamic();
|
return Style.sheets.dynamic.textContent = Style.dynamic();
|
||||||
},
|
},
|
||||||
select: function() {
|
select: function() {
|
||||||
var hyphenated, option, _i, _len, _ref;
|
var hyphenated, option, _i, _len, _ref;
|
||||||
|
|||||||
@ -17933,7 +17933,7 @@
|
|||||||
},
|
},
|
||||||
value: function() {
|
value: function() {
|
||||||
$.cb.value.call(this);
|
$.cb.value.call(this);
|
||||||
return Style.sheets.dynamicCSS.textContent = Style.dynamic();
|
return Style.sheets.dynamic.textContent = Style.dynamic();
|
||||||
},
|
},
|
||||||
select: function() {
|
select: function() {
|
||||||
var hyphenated, option, _i, _len, _ref;
|
var hyphenated, option, _i, _len, _ref;
|
||||||
|
|||||||
@ -741,7 +741,7 @@ Settings =
|
|||||||
|
|
||||||
value: ->
|
value: ->
|
||||||
$.cb.value.call @
|
$.cb.value.call @
|
||||||
Style.sheets.dynamicCSS.textContent = Style.dynamic()
|
Style.sheets.dynamic.textContent = Style.dynamic()
|
||||||
|
|
||||||
select: ->
|
select: ->
|
||||||
$.cb.value.call @
|
$.cb.value.call @
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user