Prevent event propagation for remaining tables

This commit is contained in:
friedPotat0
2019-07-27 18:56:51 +02:00
parent bcad71cfaa
commit 1b54d75716
3 changed files with 14 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ jQuery(function($){
});
});
$('table tbody').on('click', 'span.footable-toggle', function () {
$('body').on('click', 'span.footable-toggle', function () {
event.stopPropagation();
})