Fix double "return return".
This commit is contained in:
parent
98fae96a8a
commit
fc4aebc4a4
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ https://stackoverflow.com/a/35153397
|
||||||
<div class="tab" data-tab-title="Videos">
|
<div class="tab" data-tab-title="Videos">
|
||||||
|
|
||||||
{% if channel is not none %}
|
{% 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 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(true);">Refresh everything</button></div>
|
||||||
|
|
||||||
<p><!-- spacer --></p>
|
<p><!-- spacer --></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue