Refactor watched_widget.js

This commit is contained in:
Omar Roth
2019-05-15 13:30:30 -05:00
parent e119459411
commit 7d2e1f63b5
6 changed files with 120 additions and 80 deletions

View File

@@ -207,7 +207,7 @@ var video_data = {
<div <% if plid %>style="display:none"<% end %>>
<div class="pure-control-group">
<label for="continue"><%= translate(locale, "Autoplay next video: ") %></label>
<input name="continue" onclick="continue_autoplay(this)" id="continue" type="checkbox" <% if params.continue %>checked<% end %>>
<input name="continue" id="continue" type="checkbox" <% if params.continue %>checked<% end %>>
</div>
<hr>
</div>