mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Fix conflicting history and sync delete mode on user page
This commit is contained in:
parent
9eddfafeae
commit
8e1a588ced
4 changed files with 22 additions and 14 deletions
|
@ -139,6 +139,13 @@ sync_table_options = {
|
|||
// $('html,body').scrollTop(0);
|
||||
|
||||
$('#ajaxMsg').fadeOut();
|
||||
|
||||
if ($('#sync-row-edit-mode').hasClass('active')) {
|
||||
$('.sync_table .delete-control').each(function () {
|
||||
$(this).removeClass('hidden');
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
"preDrawCallback": function (settings) {
|
||||
var msg = "<i class='fa fa-refresh fa-spin'></i> Fetching rows...";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue