[Web] disable datatable default row click listener

This commit is contained in:
FreddleSpl0it 2023-01-16 11:41:34 +01:00
parent 152431a7d7
commit 099db33e44

View File

@ -286,6 +286,8 @@ $(document).ready(function() {
$.extend($.fn.dataTable.defaults, { $.extend($.fn.dataTable.defaults, {
responsive: true responsive: true
}); });
// disable default datatable click listener
$(document).off('click', 'tbody>tr');
// tag boxes // tag boxes
$('.tag-box .tag-add').click(function(){ $('.tag-box .tag-add').click(function(){