Update navigation tabs to work with jquery update
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user