Go to export tab after exporting

This commit is contained in:
JonnyWong16 2020-10-02 09:56:30 -07:00
commit 60cadb1e11
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

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