diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-05 15:24:54 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-05 15:24:54 +0100 |
commit | 53a266060faffd04d21aa1808b04aff6d5d29435 (patch) | |
tree | 755daec4d7e32cd0c751df599dbb29cf95c921e9 /core | |
parent | dbd0bd6b3f4be9daf79a5ceb824d6939a4ded21e (diff) | |
download | nextcloud-server-53a266060faffd04d21aa1808b04aff6d5d29435.tar.gz nextcloud-server-53a266060faffd04d21aa1808b04aff6d5d29435.zip |
Fix OC.addStyle and OC.addScript
With the move to the bundles a comment tag was not removed. So the
loaded array was undefined.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core')
-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 048bd5d470f..e03e2334c09 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -863,8 +863,6 @@ Object.assign(window.OC, { } }); -/** - OC.addStyle.loaded=[]; OC.addScript.loaded=[]; |