Private GIT

Skip to content
Snippets Groups Projects
Commit 317204e1 authored by Alexis Tyler's avatar Alexis Tyler
Browse files
parent a4929230
Branches
Tags
No related merge requests found
......@@ -3,6 +3,11 @@
from sickbeard import common
import sickbeard
%>
<%block name="scripts">
% if whichStatus or (whichStatus and ep_counts):
<script type="text/javascript" src="${sbRoot}/js/manageEpisodeStatuses.js?${sbPID}"></script>
% endif:
</%block>
<%block name="content">
<div id="content960">
% if not header is UNDEFINED:
......@@ -29,8 +34,6 @@ Manage episodes with status <select name="whichStatus" class="form-control form-
% else:
<script type="text/javascript" src="${sbRoot}/js/manageEpisodeStatuses.js?${sbPID}"></script>
<form action="${sbRoot}/manage/changeEpisodeStatuses" method="post">
<input type="hidden" id="oldStatus" name="oldStatus" value="${whichStatus}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment