Skip to content

Commit 8c2362f

Browse files
committed
Missing var declarations
1 parent 3a1f38e commit 8c2362f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/_enqueues/admin/user-profile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@
347347
*/
348348
function bindCapsLockWarning( $input ) {
349349
var $capsWarning,
350+
$capsIcon,
351+
$capsText,
350352
capsLockOn = false;
351353

352354
// Skip warning on macOS Safari + Firefox (they show native indicators).

0 commit comments

Comments
 (0)