Update navigation tabs to work with jquery update

This commit is contained in:
JonnyWong16
2020-10-04 16:10:51 -07:00
parent 6b34b82f52
commit 3a1c92944f
6 changed files with 89 additions and 74 deletions

View File

@@ -243,7 +243,7 @@ DOCUMENTATION :: END
async: true,
success: function (data) {
if (data.result === 'success') {
$("a[href=#tabs-export]").click();
$("#nav-tabs-export").click();
redrawExportTable();
showMsg('<i class="fa fa-check"></i> ' + data.message, false, true, 5000);
} else {