Private GIT

Skip to content
Snippets Groups Projects
Commit 5aed54cf authored by Vince Valenti's avatar Vince Valenti
Browse files

Fix Chrome rendering issue on episode status page

This fixes an issue on Chrome when you expand a show and then collapse
it again. Adds a dummy row with 3 columns. Chrome seems to have an
issue with colspan and then hiding rows to where there aren't enough
columns to span.
parent 02ac6c72
Branches
Tags
No related merge requests found
...@@ -86,6 +86,7 @@ Set checked shows/episodes to <select name="newStatus" class="form-control form- ...@@ -86,6 +86,7 @@ Set checked shows/episodes to <select name="newStatus" class="form-control form-
<th colspan="2" style="width: 100%; text-align: left;"><a class="whitelink" href="${srRoot}/home/displayShow?show=${cur_indexer_id}">${show_names[cur_indexer_id]}</a> (${ep_counts[cur_indexer_id]}) <input type="button" class="pull-right get_more_eps btn" id="${cur_indexer_id}" value="Expand" /></th> <th colspan="2" style="width: 100%; text-align: left;"><a class="whitelink" href="${srRoot}/home/displayShow?show=${cur_indexer_id}">${show_names[cur_indexer_id]}</a> (${ep_counts[cur_indexer_id]}) <input type="button" class="pull-right get_more_eps btn" id="${cur_indexer_id}" value="Expand" /></th>
</tr> </tr>
% endfor % endfor
<tr><td style="padding:0;"></td><td style="padding:0;"></td><td style="padding:0;"></td></tr>
</table> </table>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment