diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-07 14:04:16 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-07 14:04:16 +0200 |
commit | 647abe512b051f6c576fa5da8171342c746f7077 (patch) | |
tree | 728cdd5ee35ad991443c3f3fd01678f62795c8c6 /core/js/core.json | |
parent | 0c444fb2fbf84f76eab03b1a17f4609cd89dede7 (diff) | |
download | nextcloud-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 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json index 665e2485a90..05c2a17a679 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -6,7 +6,8 @@ "jquery-showpassword.js", "jquery.infieldlabel.js", "jquery.placeholder.js", - "jquery-tipsy.js" + "jquery-tipsy.js", + "underscore.js" ], "modules": [ "compatibility.js", |