summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-07 16:59:32 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-07 16:59:32 +0200
commit1e559f72391b51089674e68871bf2502a5e5c75e (patch)
tree0204e1ff7a8fa0fbacea3ae3a555fabc7d8d7c24 /lib
parentd3eee0119090623052e00ff7df52eeeacfbd8f85 (diff)
parentb2f8490be28607241097ce385098c98fbd0ba208 (diff)
downloadnextcloud-server-1e559f72391b51089674e68871bf2502a5e5c75e.tar.gz
nextcloud-server-1e559f72391b51089674e68871bf2502a5e5c75e.zip
Merge pull request #8088 from owncloud/fix-personal.js
reduce code duplication, fix parse error, prevent page reload on hitting...
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 15a3ec8bc8a..6ea77aa7a58 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -305,6 +305,7 @@ class OC {
OC_Util::addScript("jquery.placeholder");
OC_Util::addScript("jquery-tipsy");
OC_Util::addScript("compatibility");
+ OC_Util::addScript("underscore");
OC_Util::addScript("jquery.ocdialog");
OC_Util::addScript("oc-dialogs");
OC_Util::addScript("js");