mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update navigation tabs to work with jquery update
This commit is contained in:
parent
6b34b82f52
commit
3a1c92944f
6 changed files with 89 additions and 74 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue