Private GIT

Skip to content
Snippets Groups Projects
Commit 3b5cb718 authored by medariox's avatar medariox
Browse files

Fixed js breaking when shows accessed from 'recent shows' dropdown

parent 72c8e3c9
Branches
Tags
No related merge requests found
......@@ -117,7 +117,7 @@
% if sickbeard.SHOWS_RECENT:
<li role="separator" class="divider"></li>
% for recentShow in sickbeard.SHOWS_RECENT:
<li><a href="${srRoot}/home/displayShow/?show=${recentShow['indexerid']}"><i class="menu-icon-addshow"></i>&nbsp;${recentShow['name']|trim,h}</a></li>
<li><a href="${srRoot}/home/displayShow?show=${recentShow['indexerid']}"><i class="menu-icon-addshow"></i>&nbsp;${recentShow['name']|trim,h}</a></li>
% endfor
% endif
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment