Prevent event propagation for footable toggle
parent
581f8c77c7
commit
abf0548ca4
|
@ -114,6 +114,10 @@ jQuery(function($){
|
|||
});
|
||||
});
|
||||
|
||||
$('table tbody').on('click', 'span.footable-toggle', function () {
|
||||
event.stopPropagation();
|
||||
})
|
||||
|
||||
// Initial table drawings
|
||||
draw_quarantine_table();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue