Now using removeAttr('checked')
authorKiv4h <jeffrey.reichardt@googlemail.com>
Wed, 16 May 2012 18:35:11 +0000 (20:35 +0200)
committerKiv4h <jeffrey.reichardt@googlemail.com>
Wed, 16 May 2012 18:35:11 +0000 (20:35 +0200)
wcfsetup/install/files/acp/templates/packageUpdateSearch.tpl

index 1db7e142c1fdd520634edd4148ca9376468d3a37..4246ccb599f04837839ee442b1e324ee5ce0e810 100644 (file)
@@ -14,7 +14,7 @@
                                $checked = $count;
                        }
                        else {
-                               $('input[name="packageUpdateServerIDs[]"]').attr('checked', false);                             
+                               $('input[name="packageUpdateServerIDs[]"]').removeAttr('checked');
                                $checked = 0;
                        }
                });
@@ -29,7 +29,7 @@
                                }
                        }
                        else {
-                               $('input[name="checkUncheck"]').attr('checked', false);
+                               $('input[name="checkUncheck"]').removeAttr('checked');
                                $checked--;
                        }
                });