Skip to content

Commit 67ad749

Browse files
author
Anthony Lu
committedMay 19, 2015
Fix javascript error on bubblesfront page
1 parent 8b6839d commit 67ad749

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)
Please sign in to comment.