Skip to content

Commit a4b9552

Browse files
committed
Merge pull request #1691 from learning-unlimited/fix-bubblesfront-js
Fix javascript error on bubblesfront page
2 parents b5bd2e2 + 67ad749 commit a4b9552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp/esp/themes/theme_data/fruitsalad/templates/bubblesfront.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
};
4040

4141
// set behavior on Username, Password, and Search fields
42-
wrap(document.getElementById('login_user'),'Username');
43-
wrap(document.getElementById('login_pswd'),'Password');
42+
wrap(document.getElementById('login_user_index'),'Username');
43+
wrap(document.getElementById('login_pswd_index'),'Password');
4444

4545
};
4646

0 commit comments

Comments
 (0)