[Web] disable datatable default row click listener
This commit is contained in:
parent
152431a7d7
commit
099db33e44
@ -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(){
|
||||||
|
Loading…
Reference in New Issue
Block a user