Develop
This commit is contained in:
Vendored
+1
-1
@@ -73,7 +73,7 @@ hr{
|
||||
}
|
||||
|
||||
.tblClickRow tr > td{
|
||||
cursor:pointer
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
#loader-wrapper {
|
||||
|
||||
Vendored
+1
-1
@@ -2483,7 +2483,7 @@ function init_DataTables() {
|
||||
// console.log('run_datatables');
|
||||
|
||||
if (typeof ($.fn.DataTable) === 'undefined') { return; }
|
||||
console.log('init_DataTables');
|
||||
//console.log('init_DataTables');
|
||||
|
||||
var handleDataTableButtons = function () {
|
||||
if ($("#datatable-buttons").length) {
|
||||
|
||||
Reference in New Issue
Block a user