diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-06-09 16:03:20 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-06-09 16:03:20 -0700 |
commit | 27ee2990e97b1e73df41c1512332a1facd56f759 (patch) | |
tree | 183e892af367061f79a6ff37c64ff9c86e7873ed /yt_subscriptions_template.html | |
parent | f5c76462d722d45645029754b4fc85252cf8212e (diff) | |
download | yt-local-27ee2990e97b1e73df41c1512332a1facd56f759.tar.lz yt-local-27ee2990e97b1e73df41c1512332a1facd56f759.tar.xz yt-local-27ee2990e97b1e73df41c1512332a1facd56f759.zip |
Overhaul refresh system, make it asynchronous
Diffstat (limited to 'yt_subscriptions_template.html')
-rw-r--r-- | yt_subscriptions_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_subscriptions_template.html b/yt_subscriptions_template.html index a6d3e38..8e1434c 100644 --- a/yt_subscriptions_template.html +++ b/yt_subscriptions_template.html @@ -56,6 +56,7 @@ $items <form method="POST" class="refresh-all"> <input type="submit" value="Check All"> <input type="hidden" name="action" value="refresh"> + <input type="hidden" name="type" value="all"> </form> </div> |