From a0c69d566122f73d856153436f02ba7d7443f1c2 Mon Sep 17 00:00:00 2001 From: muttley Date: Mon, 11 Apr 2022 17:52:04 +0200 Subject: [PATCH] Fix * Input autosuggest for finished * Remove finished.php from cache --- README.md | 2 +- finished.php | 4 ++-- service-worker.js | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b89a0a..594495c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you want help me, better support, more features, get speedy fix and so on, co With a free donation, you'll get the **Donation Package** that adds three panels: * Search -* Configurations +* Settings * Add ed2k * MobileMule (allow to change themes, refresh and other stuff) diff --git a/finished.php b/finished.php index b6f73e3..4740856 100644 --- a/finished.php +++ b/finished.php @@ -1,6 +1,6 @@ - +
-
+

diff --git a/service-worker.js b/service-worker.js index 4da2592..c34eb05 100644 --- a/service-worker.js +++ b/service-worker.js @@ -22,6 +22,7 @@ var urlsToNoCahe = [ '/collapsible-stats.php', '/downloads.php', '/downloads-ajax.php', + 'finished.php', '/graph.php', '/graph-ajax.php', '/listed-stats.php', @@ -38,7 +39,7 @@ var urlsToNoCahe = [ '/config.php', '/footer.php', '/search-ajax.php', - '/search.php' + '/search.php', ]; // Add resource to cache