diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-14 11:14:29 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-14 11:14:29 +0200 |
commit | 0f3e438f7cab87514be3896bb8acdc05defdef14 (patch) | |
tree | 75e44065584f0d169e63d61711e6816412f17133 /core/js/tests | |
parent | c41aa7a20929118ce1092c603f709d06aef1da57 (diff) | |
download | nextcloud-server-0f3e438f7cab87514be3896bb8acdc05defdef14.tar.gz nextcloud-server-0f3e438f7cab87514be3896bb8acdc05defdef14.zip |
Move OC.theme to the bundle and deprecate oc_defaults
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/tests')
-rw-r--r-- | core/js/tests/specHelper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specHelper.js b/core/js/tests/specHelper.js index caf96854e52..72d42dfc58a 100644 --- a/core/js/tests/specHelper.js +++ b/core/js/tests/specHelper.js @@ -100,7 +100,7 @@ OC.config = { OC.appConfig = { core: {} }; -window.oc_defaults = { +OC.theme = { docPlaceholderUrl: 'https://docs.example.org/PLACEHOLDER' }; window.oc_capabilities = { |