Fix updating of theming content requiring text input on change.

This commit is contained in:
Zixaphir 2014-05-03 16:11:52 -07:00
parent 93c5ecae9c
commit 1238893eae
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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 @