aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-05-14 15:24:46 +0200
committerGitHub <noreply@github.com>2019-05-14 15:24:46 +0200
commitf08aed74d78cc2ec50dc74154c2862d054791882 (patch)
tree75e44065584f0d169e63d61711e6816412f17133 /core/js/js.js
parentc41aa7a20929118ce1092c603f709d06aef1da57 (diff)
parent0f3e438f7cab87514be3896bb8acdc05defdef14 (diff)
downloadnextcloud-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.js2
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&param2=abcde&param3=xyz