diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 09:28:20 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 09:28:20 +0200 |
commit | 6b2b903ea62ad229d4d0ee993841063937bbfb08 (patch) | |
tree | 9a8f540cedde003dcd56506c7eb79184c9f18305 /lib | |
parent | f5c4754c2b0d5c6e53688dea472339ec45afc448 (diff) | |
parent | cea7d4961ecb1a75de291a24b503a1e82e558e1b (diff) | |
download | nextcloud-server-6b2b903ea62ad229d4d0ee993841063937bbfb08.tar.gz nextcloud-server-6b2b903ea62ad229d4d0ee993841063937bbfb08.zip |
Merge pull request #8468 from owncloud/remove-infieldlabels
Remove infieldlabels
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 3 |
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"); |