Prevent event propagation for footable toggle
This commit is contained in:
@@ -114,6 +114,10 @@ jQuery(function($){
|
||||
});
|
||||
});
|
||||
|
||||
$('table tbody').on('click', 'span.footable-toggle', function () {
|
||||
event.stopPropagation();
|
||||
})
|
||||
|
||||
// Initial table drawings
|
||||
draw_quarantine_table();
|
||||
});
|
||||
|
Reference in New Issue
Block a user