diff options
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/js/js.js b/core/js/js.js index f00b7bc2420..4a7f035db61 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1,5 +1,3 @@ -var oc_requesttoken = document.getElementsByTagName('head')[0].getAttribute('data-requesttoken'); - /** @namespace OCP */ var OCP = Object.assign({}, window.OCP); @@ -16,7 +14,6 @@ Object.assign(window.OC, { _capabilities: window.oc_capabilities || null, theme: window.oc_defaults || {}, - requestToken: oc_requesttoken, /** * Check if a user file is allowed to be handled. |