summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 18:44:12 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 18:44:12 +0200
commite26936e94f7a88e07ecc385a84a954839d98f331 (patch)
treef833d3a99dd046c6bcd05236ef758a942a476d28 /settings
parentca43fba513b34a60c905d526abd34f56661b6b6e (diff)
downloadnextcloud-server-e26936e94f7a88e07ecc385a84a954839d98f331.tar.gz
nextcloud-server-e26936e94f7a88e07ecc385a84a954839d98f331.zip
remove obsolete placeholder call, fix #8881
Diffstat (limited to 'settings')
-rw-r--r--settings/js/personal.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/js/personal.js b/settings/js/personal.js
index 8aeca71c296..f56dd3425f7 100644
--- a/settings/js/personal.js
+++ b/settings/js/personal.js
@@ -187,8 +187,6 @@ $(document).ready(function(){
});
- $('.personalblock input[type=password]').placeholder();
-
$('#displayName').keyUpDelayedOrEnter(changeDisplayName);
$('#email').keyUpDelayedOrEnter(changeEmailAddress);