Changeset 1942
- Timestamp:
- 10/30/08 17:24:43
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/resources/bedeworkAccess.js
r1318 r1942 157 157 // clicked 158 158 function toggleAllowDenyFlag(chkBoxObj,formObj) { 159 if (chkBoxObj.checked == true) { 160 activateAllowDenyFlag(chkBoxObj.value, formObj, false); 161 } else { 162 activateAllowDenyFlag(chkBoxObj.value, formObj, true); 163 } 159 activateAllowDenyFlag(chkBoxObj.value, formObj, !chkBoxObj.checked); 164 160 } 165 161 // iterate over the allow/deny radio buttons and set them to true or false
