Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 11:28:20 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 11:28:20 +0400
commit6b2b903ea62ad229d4d0ee993841063937bbfb08 (patch)
tree9a8f540cedde003dcd56506c7eb79184c9f18305 /lib/base.php
parentf5c4754c2b0d5c6e53688dea472339ec45afc448 (diff)
parentcea7d4961ecb1a75de291a24b503a1e82e558e1b (diff)
Merge pull request #8468 from owncloud/remove-infieldlabels
Remove infieldlabels
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index f7cfca90614..4ada5827a2a 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -320,8 +320,7 @@ class OC {
OC_Util::addScript("jquery-migrate-1.2.1.min");
OC_Util::addScript("jquery-ui-1.10.0.custom");
OC_Util::addScript("jquery-showpassword");
- OC_Util::addScript("jquery.infieldlabel");
- OC_Util::addScript("jquery.placeholder");
+ OC_Util::addScript("placeholders");
OC_Util::addScript("jquery-tipsy");
OC_Util::addScript("compatibility");
OC_Util::addScript("underscore");