Changeset 1238
- Timestamp:
- 02/14/10 12:13:26 (2 years ago)
- Files:
-
- 1 modified
-
trunk/modules/Dialogs/XinhaDialog.js (modified) (1 diff)
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 }
