diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-05-14 15:24:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 15:24:46 +0200 |
commit | f08aed74d78cc2ec50dc74154c2862d054791882 (patch) | |
tree | 75e44065584f0d169e63d61711e6816412f17133 /core/js/js.js | |
parent | c41aa7a20929118ce1092c603f709d06aef1da57 (diff) | |
parent | 0f3e438f7cab87514be3896bb8acdc05defdef14 (diff) | |
download | nextcloud-server-f08aed74d78cc2ec50dc74154c2862d054791882.tar.gz nextcloud-server-f08aed74d78cc2ec50dc74154c2862d054791882.zip |
Move OC.theme to the bundle and deprecate oc_defaults (#15525)
Move OC.theme to the bundle and deprecate oc_defaults
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js index 7896fdf4377..4301298645e 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -7,8 +7,6 @@ var OCP = Object.assign({}, window.OCP); Object.assign(window.OC, { /* jshint camelcase: false */ - theme: window.oc_defaults || {}, - /** * Parses a URL query string into a JS map * @param {string} queryString query string in the format param1=1234¶m2=abcde¶m3=xyz |