Changeset 1238
- Timestamp:
- 02/14/10 18:13:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Dialogs/XinhaDialog.js
r1234 r1238 529 529 if (input[i].type == 'text') 530 530 { 531 input[i].focus(); 532 break; 531 try { 532 input[i].focus(); 533 break; 534 } 535 catch (e) {} 533 536 } 534 537 }
Note: See TracChangeset
for help on using the changeset viewer.