Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
* Input autosuggest for finished
* Remove finished.php from cache
  • Loading branch information
elbowz committed Apr 11, 2022
1 parent 4bf1270 commit a0c69d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions finished.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<input data-type="search" id="filter-finished-input">
<input id="filter-finished-input" data-type="search" type="search" autocomplete="off">
<br/>
<div id="list-finished" data-type="search" type="search" autocomplete="off">
<div id="list-finished">
<!-- downloads placeholder -->
</div>
<br/>
Expand Down
3 changes: 2 additions & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var urlsToNoCahe = [
'/collapsible-stats.php',
'/downloads.php',
'/downloads-ajax.php',
'finished.php',
'/graph.php',
'/graph-ajax.php',
'/listed-stats.php',
Expand All @@ -38,7 +39,7 @@ var urlsToNoCahe = [
'/config.php',
'/footer.php',
'/search-ajax.php',
'/search.php'
'/search.php',
];

// Add resource to cache
Expand Down

0 comments on commit a0c69d5

Please sign in to comment.