mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Go to export tab after exporting
This commit is contained in:
parent
28c745c19c
commit
60cadb1e11
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue