aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html
index 17e5cf6..06dbcf4 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -259,7 +259,7 @@
<input class="search default-selection" placeholder="%%gui.search%%">
<button class="long" id="sort">
<img src="icons/sort.png" value="unix_created">
- <select>
+ <select class="no-navigate">
<option value="unix_created">%%gui.browser.sort.newest%%</option>
<option value="unix_updated">%%gui.browser.sort.last_updated%%</option>
<option value="rating_score">%%gui.browser.sort.highest_rating%%</option>