summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-02 23:39:59 +0200
committerMorris Jobke <morris.jobke@gmail.com>2014-06-03 15:30:10 +0200
commit9396b22fe3ecfa5862a59c59383b69c0ab337bc4 (patch)
tree2a3eb96111c1934fceec0a45b118d8af8afbc55b /settings/js
parentb67c4b2441d1ba7909f62668ac06bdbbc9f8ce4b (diff)
downloadnextcloud-server-9396b22fe3ecfa5862a59c59383b69c0ab337bc4.tar.gz
nextcloud-server-9396b22fe3ecfa5862a59c59383b69c0ab337bc4.zip
add missing placeholder shim for change password fields in IE8/9
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/personal.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/js/personal.js b/settings/js/personal.js
index f56dd3425f7..8aeca71c296 100644
--- a/settings/js/personal.js
+++ b/settings/js/personal.js
@@ -187,6 +187,8 @@ $(document).ready(function(){
});
+ $('.personalblock input[type=password]').placeholder();
+
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
$('#email').keyUpDelayedOrEnter(changeEmailAddress);