X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FPasswdDialog.js;h=449ef378335a0155a2ae0840008d178d0f5b38f3;hb=bca1fb6891708dc6cd3c544935588381069ccb62;hp=fc8dde231535578cd08629669973d59f15629f9b;hpb=2d498144a3a655c1fd4e54b9e9d61d1c3eb82206;p=blerg.git diff --git a/www/jssrc/blerg/PasswdDialog.js b/www/jssrc/blerg/PasswdDialog.js index fc8dde2..449ef37 100644 --- a/www/jssrc/blerg/PasswdDialog.js +++ b/www/jssrc/blerg/PasswdDialog.js @@ -53,6 +53,9 @@ enyo.kind({ this.hide(); }, passwordChangeSuccessful: function(inSender, inEvent) { + this.$.oldpassword.setValue(''); + this.$.password1.setValue(''); + this.$.password2.setValue(''); this.$.changeButton.setDisabled(false); this.$.spinner.hide(); this.$.spinner.stop();