mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
WebUIs: fix datatables processing class name
was changed to dt-processing in datatables 2.0 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -340,7 +340,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
||||
url: dirsURL,
|
||||
dataSrc: "",
|
||||
error: function ($xhr, textStatus, errorThrown) {
|
||||
$(".dataTables_processing").hide();
|
||||
$(".dt-processing").hide();
|
||||
let txt = "";
|
||||
if ($xhr) {
|
||||
let json = $xhr.responseJSON;
|
||||
@@ -562,7 +562,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
||||
url: "{{.DirsURL}}?path={{.CurrentDir}}",
|
||||
dataSrc: "",
|
||||
error: function ($xhr, textStatus, errorThrown) {
|
||||
$(".dataTables_processing").hide();
|
||||
$(".dt-processing").hide();
|
||||
$('#loader').addClass("d-none");
|
||||
let txt = "";
|
||||
if ($xhr) {
|
||||
|
||||
Reference in New Issue
Block a user