Changeset 51526
- Timestamp:
- 08/02/2021 04:47:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/user-profile.js
r50547 r51526 96 96 * a password reset email. 97 97 */ 98 function bindPasswordRes tLink() {98 function bindPasswordResetLink() { 99 99 $( '#generate-reset-link' ).on( 'click', function() { 100 100 var $this = $(this), … … 432 432 433 433 bindPasswordForm(); 434 bindPasswordRes tLink();434 bindPasswordResetLink(); 435 435 }); 436 436
Note: See TracChangeset
for help on using the changeset viewer.