summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-23 13:18:37 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-23 13:18:37 -0700
commit291cdbdd989a50b17013396662241828ce691cb6 (patch)
treed5ac0edf74081aaf6bfd67bd600294913bd2ecb0 /lib
parentcaa3a8d784b2444beace4e10e8544dcad8c5fafe (diff)
parent086b82bd69e1c2194db78765329922eac042fb93 (diff)
downloadnextcloud-server-291cdbdd989a50b17013396662241828ce691cb6.tar.gz
nextcloud-server-291cdbdd989a50b17013396662241828ce691cb6.zip
Merge pull request #5497 from owncloud/ie8-placeholdershim
Ie8 placeholdershim
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 ef574b2d895..62427fa568c 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -259,6 +259,7 @@ class OC {
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("jquery-tipsy");
OC_Util::addScript("compatibility");
OC_Util::addScript("jquery.ocdialog");