mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Add edit mode to sync table on user page
This commit is contained in:
parent
36ff1fb674
commit
bbc6482c99
3 changed files with 65 additions and 10 deletions
|
@ -146,7 +146,7 @@ sync_table_options = {
|
|||
}
|
||||
};
|
||||
|
||||
$('#sync_table').on('click', 'td.delete-control > .edit-sync-toggles > button.delete-sync', function () {
|
||||
$('.sync_table').on('click', 'td.delete-control > .edit-sync-toggles > button.delete-sync', function () {
|
||||
var tr = $(this).parents('tr');
|
||||
var row = sync_table.row(tr);
|
||||
var rowData = row.data();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue