Merge pull request #15331 from owncloud/fix-password

Fix JS reference error for personal password changing
This commit is contained in:
Morris Jobke 2015-04-01 09:04:37 +02:00
commit c5d8d91345
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ $(document).ready(function () {
$('#pass2').showPassword().keyup();
}
$("#passwordbutton").click(function () {
var isIE8or9 = html.hasClass('lte9');
var isIE8or9 = $('html').hasClass('lte9');
// FIXME - TODO - once support for IE8 and IE9 is dropped
// for IE8 and IE9 this will check additionally if the typed in password
// is different from the placeholder, because in IE8/9 the placeholder