Calculate proper start time for double episodes

Edit quality profile uses name attribute for switch
This commit is contained in:
Mark McDowall 2013-04-18 17:35:18 -07:00 committed by markus101
commit 609c5bfc24
2 changed files with 16 additions and 6 deletions

View file

@ -40,12 +40,7 @@
<div class="controls">
<div class="switch" data-on-label="Yes" data-off-label="No">
{{#if allowed}}
<input type="checkbox" checked="checked" />
{{else}}
<input type="checkbox" />
{{/if}}
<input type="checkbox" name="allowed" />
</div>
</div>
</div>