mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix expanding media info tables from 464d2a5
This commit is contained in:
parent
37a2c3c631
commit
75da1220af
2 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ media_info_table_options = {
|
|||
}
|
||||
|
||||
// Parent table expand detailed media info
|
||||
$('#media_info_table').on('click', '> tbody > tr > td.expand-media-info a', function () {
|
||||
$('.media_info_table').on('click', '> tbody > tr > td.expand-media-info a', function () {
|
||||
var tr = $(this).closest('tr');
|
||||
var row = media_info_table.row(tr);
|
||||
var rowData = row.data();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue