Changeset 267 for ZMS/trunk/dtml/ZMSObject/input_js.dtml
- Timestamp:
- 03.11.2008 14:37:55 (4 years ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/ZMSObject/input_js.dtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/ZMSObject/input_js.dtml
r121 r267 59 59 } 60 60 61 function submitSelect(el) 62 { 63 var v = $(el).val(); 64 if ( v.indexOf( 'manage_deleteObjs') == 0) { 65 confirmDeleteBtnOnClick(v); 66 } 67 else if ( v.length > 0) { 68 location.href = v; 69 } 70 else { 71 $(el).attr( 'selectedIndex', 0); 72 } 73 } 61 74 62 75 //-->
Note: See TracChangeset
for help on using the changeset viewer.
