aboutsummaryrefslogtreecommitdiffstats
path: root/yt_local_playlist_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-24 04:30:51 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-24 04:30:51 -0700
commit74c96470722b67cdc240da8e3e75f93139afc741 (patch)
tree7c45eb27604448a52a25fc98f2f2fb7b0b6b88c8 /yt_local_playlist_template.html
parent6e6a38cd734684590e9d588d04367c9fb2b75b41 (diff)
downloadyt-local-74c96470722b67cdc240da8e3e75f93139afc741.tar.lz
yt-local-74c96470722b67cdc240da8e3e75f93139afc741.tar.xz
yt-local-74c96470722b67cdc240da8e3e75f93139afc741.zip
POST on same page when removing from playlist, so url doesn't change
Diffstat (limited to 'yt_local_playlist_template.html')
-rw-r--r--yt_local_playlist_template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_local_playlist_template.html b/yt_local_playlist_template.html
index 52836a6..d69fa48 100644
--- a/yt_local_playlist_template.html
+++ b/yt_local_playlist_template.html
@@ -63,7 +63,7 @@ $header
<div id="left">
<h2 class="playlist-title">$title</h2>
<input type="hidden" name="playlist_page" value="$title" form="playlist-edit">
- <button type="submit" id="playlist-remove-button" name="action" value="remove" form="playlist-edit">Remove from playlist</button>
+ <button type="submit" id="playlist-remove-button" name="action" value="remove" form="playlist-edit" formaction="">Remove from playlist</button>
<div id="results">
$videos
</div>