Go to export tab after exporting
This commit is contained in:
@@ -213,6 +213,7 @@ DOCUMENTATION :: END
|
|||||||
async: true,
|
async: true,
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
if (data.result === 'success') {
|
if (data.result === 'success') {
|
||||||
|
$("a[href=#tabs-export]").click();
|
||||||
redrawExportTable();
|
redrawExportTable();
|
||||||
showMsg('<i class="fa fa-check"></i> ' + data.message, false, true, 5000);
|
showMsg('<i class="fa fa-check"></i> ' + data.message, false, true, 5000);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user