Changeset 7 for trunk/bp_xprofile/bp_xprofile.cssjs.php
- Timestamp:
- 04/02/2008 12:48:45 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bp_xprofile/bp_xprofile.cssjs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp_xprofile/bp_xprofile.cssjs.php
r6 r7 205 205 } 206 206 207 function clear(container) { 208 if(!document.getElementById(container)) return false; 209 210 var container = document.getElementById(container); 211 212 radioButtons = container.getElementsByTagName('INPUT'); 213 214 for(var i=0; i<radioButtons.length; i++) { 215 radioButtons[i].checked = false; 216 } 217 218 } 219 207 220 </script> 208 221
Note: See TracChangeset
for help on using the changeset viewer.