Fix double "return return".

This commit is contained in:
voussoir 2020-09-04 14:48:50 -07:00
parent 98fae96a8a
commit fc4aebc4a4

View file

@ -167,8 +167,8 @@ https://stackoverflow.com/a/35153397
<div class="tab" data-tab-title="Videos">
{% if channel is not none %}
<div><button class="refresh_button button_with_spinner" onclick="return return refresh_channel_form(false);">Refresh new videos</button></div>
<div><button class="refresh_button button_with_spinner" onclick="return return refresh_channel_form(true);">Refresh everything</button></div>
<div><button class="refresh_button button_with_spinner" onclick="return refresh_channel_form(false);">Refresh new videos</button></div>
<div><button class="refresh_button button_with_spinner" onclick="return refresh_channel_form(true);">Refresh everything</button></div>
<p><!-- spacer --></p>
{% endif %}