Changeset 1533553
- Timestamp:
- 11/14/2016 08:44:51 AM (8 years ago)
- Location:
- openotp-authentication
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
openotp-authentication/tags/1.2.4/openotp.js
r1533549 r1533553 89 89 document.getElementById('div_orange').style.width=new_width+'px'; 90 90 91 //if( document.getElementsByName('openotp_password')[0] === undefined ) alert("Fuck");92 93 91 if( document.getElementsByName('openotp_password')[0] !== undefined ){ 94 92 document.getElementsByName('openotp_password')[0].focus(); -
openotp-authentication/trunk/openotp.js
r1533544 r1533553 89 89 document.getElementById('div_orange').style.width=new_width+'px'; 90 90 91 //if( document.getElementsByName('openotp_password')[0] === undefined ) alert("Fuck");92 93 91 if( document.getElementsByName('openotp_password')[0] !== undefined ){ 94 92 document.getElementsByName('openotp_password')[0].focus();
Note: See TracChangeset
for help on using the changeset viewer.