summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-05 15:24:54 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-05 15:24:54 +0100
commit53a266060faffd04d21aa1808b04aff6d5d29435 (patch)
tree755daec4d7e32cd0c751df599dbb29cf95c921e9 /core
parentdbd0bd6b3f4be9daf79a5ceb824d6939a4ded21e (diff)
downloadnextcloud-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.js2
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=[];