summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-07 14:04:16 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-07 14:04:16 +0200
commit647abe512b051f6c576fa5da8171342c746f7077 (patch)
tree728cdd5ee35ad991443c3f3fd01678f62795c8c6 /lib
parent0c444fb2fbf84f76eab03b1a17f4609cd89dede7 (diff)
downloadnextcloud-server-647abe512b051f6c576fa5da8171342c746f7077.tar.gz
nextcloud-server-647abe512b051f6c576fa5da8171342c746f7077.zip
reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085
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");