Bug 5184 - Upgrade jQuery to the latest version (staff client)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-add.tt
index 3312f7f..d72a20f 100644 (file)
@@ -920,7 +920,7 @@ $(document).ready(function() {
        [% IF ( history ) %] $("#subscription_form_history").show();[% END %]
        $("#cancel_manual_history").click(function(){
                $("#subscription_form_history").hide();
-               $("#manuallist").attr("checked","");
+        $("#manuallist").removeAttr("checked");
        });
        $("#manuallist").click( function(){
                if($(this).attr("checked")){