Update navigation tabs to work with jquery update

This commit is contained in:
JonnyWong16 2020-10-04 16:10:51 -07:00
commit 3a1c92944f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
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 {