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