diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 37859e4a7..869a9efa2 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -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; diff --git a/builds/crx/script.js b/builds/crx/script.js index 49d71a65b..6d7054f3c 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -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; diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index fe9fe80a5..bf53a7bd5 100755 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -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 @