Fix expanding media info tables from 464d2a5

This commit is contained in:
JonnyWong16 2016-03-08 18:23:58 -08:00
parent 37a2c3c631
commit 75da1220af
2 changed files with 2 additions and 2 deletions

View file

@ -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();