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 // 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 tr = $(this).closest('tr');
var row = media_info_table.row(tr); var row = media_info_table.row(tr);
var rowData = row.data(); var rowData = row.data();

View file

@ -245,7 +245,7 @@ DOCUMENTATION :: END
</div> </div>
</div> </div>
<div class="table-card-back"> <div class="table-card-back">
<table class="display" id="media_info_table-SID-${data['section_id']}" width="100%"> <table class="display media_info_table" id="media_info_table-SID-${data['section_id']}" width="100%">
<thead> <thead>
<tr> <tr>
<th align="left" id="added_at">Added At</th> <th align="left" id="added_at">Added At</th>