diff --git a/data/web/js/site/quarantine.js b/data/web/js/site/quarantine.js index 9d762f2c..d0dfc5aa 100644 --- a/data/web/js/site/quarantine.js +++ b/data/web/js/site/quarantine.js @@ -114,6 +114,10 @@ jQuery(function($){ }); }); + $('table tbody').on('click', 'span.footable-toggle', function () { + event.stopPropagation(); + }) + // Initial table drawings draw_quarantine_table(); });