mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix refresh login logs on user page
This commit is contained in:
parent
b2b1277e37
commit
25b1dc6dd8
2 changed files with 6 additions and 3 deletions
|
@ -113,7 +113,7 @@ login_log_table_options = {
|
|||
var msg = "<i class='fa fa-refresh fa-spin'></i> Fetching rows...";
|
||||
showMsg(msg, false, false, 0)
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
$('.login_log_table').on('click', '> tbody > tr > td.modal-control-ip', function () {
|
||||
var tr = $(this).closest('tr');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue