Bug 33322: (QA follow-up) Add comment to clarify selector context
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / suggestion / suggestion.tt
index f343ff9..bb1efb0 100644 (file)
                     $("." + target).toggle();
                 });
 
+                // Note: the selector below passes a second 'context' param - it is not a multiple selector
                 $("button[type='submit']", "#suggestions_batch_ops").on("click", function(e) {
                     var submit_button = this;
                     var form = $(submit_button).parents("form");