Changeset 4422
- Timestamp:
- Feb 25, 2013, 3:00:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/www/static/js/script.js
r4421 r4422 498 498 } 499 499 // Start regular updates for Jobs table 500 if (document.forms[0].name == 'formOfJob') 501 { 502 startRegularUpdates(); 500 if (document.forms[0] != null) 501 { 502 if (document.forms[0].name == 'formOfJob') 503 { 504 startRegularUpdates(); 505 } 503 506 } 504 507 };
Note: See TracChangeset
for help on using the changeset viewer.