]> source.dussan.org Git - nextcloud-server.git/commitdiff
add missing placeholder shim for change password fields in IE8/9
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 2 Jun 2014 21:39:59 +0000 (23:39 +0200)
committerMorris Jobke <morris.jobke@gmail.com>
Tue, 3 Jun 2014 13:30:10 +0000 (15:30 +0200)
settings/js/personal.js

index f56dd3425f7666cc7946878af42cd53b55389e08..8aeca71c2965ea3b0f6e3ea57f5c64fad39de86c 100644 (file)
@@ -187,6 +187,8 @@ $(document).ready(function(){
 
        });
 
+       $('.personalblock input[type=password]').placeholder();
+
        $('#displayName').keyUpDelayedOrEnter(changeDisplayName);
        $('#email').keyUpDelayedOrEnter(changeEmailAddress);