Add a missing "var". see #32589
git-svn-id: https://develop.svn.wordpress.org/trunk@33031 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d1bedc6769
commit
82150c08f2
|
@ -16,7 +16,7 @@
|
|||
pw_weak = $('.pw-weak')
|
||||
;
|
||||
|
||||
generatePassword = function() {
|
||||
var generatePassword = function() {
|
||||
pw_field.val( pw_field.data( 'pw' ) );
|
||||
pw_field.trigger( 'propertychange' );
|
||||
pw_field.attr( 'type', 'text' ).focus();
|
||||
|
|
Loading…
Reference in New Issue