https://bugzilla.wikimedia.org/show_bug.cgi?id=25629

--- Comment #1 from Chad H. <innocentkil...@gmail.com> 2010-10-23 19:47:38 UTC 
---
Bookmarklet:

javascript:function check_all_in_document(doc){var c=new
Array();c=doc.getElementsByTagName('input');for(var
i=0;i<c.length;i++){if(c[i].type=='checkbox'){c[i].checked=true;}}}check_all_in_document(window.document);for(var
j=0;j<window.frames.length;j++){check_all_in_document(window.frames[j].document);}

;-)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to