[BS5] fix merging bugs

This commit is contained in:
FreddleSpl0it
2022-08-30 15:59:16 +02:00
parent ecc16c69e6
commit 45e97b3753
11 changed files with 341 additions and 136 deletions

View File

@@ -77,7 +77,6 @@ jQuery(function($){
type: "GET",
url: "/api/v1/get/domain-admin/all",
dataSrc: function(data){
console.log(data);
return process_table_data(data, 'domainadminstable');
}
},
@@ -133,7 +132,6 @@ jQuery(function($){
},
],
initComplete: function(settings, json){
console.log(settings);
}
});
}