View | Details | Raw Unified | Return to bug 24337
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (-2 / +1 lines)
Lines 166-172 Link Here
166
                }
166
                }
167
            });
167
            });
168
168
169
            $("button.seen, button.notseen").click(function(event){
169
            $("#notestable").on("click", "button.seen, button.notseen", function(event){
170
                event.preventDefault(); // prevent form submission
170
                event.preventDefault(); // prevent form submission
171
                var $action = $(this).attr("name");
171
                var $action = $(this).attr("name");
172
                var $issue_id = $(this).data('issue_id');
172
                var $issue_id = $(this).data('issue_id');
173
- 

Return to bug 24337