public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Fixed checkbox wonkiness in FF3. [#208 state:resolved]
vito (author)
Fri Sep 12 20:33:08 -0700 2008
commit  b40591ed35203227a0f29fc139d4e491b7f175b1
tree    3f30d1142ffc509683a72cd8d23e641249bbb570
parent  8f2dd18857d5f8f21a18cb7b4fc17667178aa308
...
74
75
76
77
78
 
 
 
79
80
81
...
74
75
76
 
 
77
78
79
80
81
82
0
@@ -74,8 +74,9 @@ function togglers() {
0
   $(document.createElement("input")).attr({
0
     type: "checkbox",
0
     name: "toggle",
0
-    id: "toggle"
0
-  }).prependTo("#toggler, .toggler")
0
+    id: "toggle",
0
+    "class": "checkbox"
0
+  }).appendTo("#toggler, .toggler")
0
 
0
   $("#toggle").click(function(){
0
     $("form#new_group, form#group_edit, table").find(":checkbox").not("#toggle").each(function(){

Comments