diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-23 18:51:25 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-23 18:51:25 +0200 |
commit | 086b82bd69e1c2194db78765329922eac042fb93 (patch) | |
tree | f099d357b733beee37d3bf81e22d51affa3a1b88 /lib/base.php | |
parent | 9aa164f3813dca15269e6a081fc9965890acc3d8 (diff) | |
download | nextcloud-server-086b82bd69e1c2194db78765329922eac042fb93.tar.gz nextcloud-server-086b82bd69e1c2194db78765329922eac042fb93.zip |
Fixed sharing dropdown placeholders in IE8/9
Added jquery.placeholder shim to handle input field placeholders in IE8/9
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
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"); |