add more sorting for results

This commit is contained in:
2021-08-16 10:35:36 -07:00
parent e75c83d9b8
commit d40b8c218a
7 changed files with 188 additions and 24 deletions

View File

@@ -44,6 +44,7 @@ document.getElementById("plus-button").onclick = function () {
document.getElementById("minus-button").onclick = function () {
if (areAnyCloseAbleMenusOpen()) {
closeMenus();
showSelectionOptionsButtons();
} else {
document.getElementById("selection-options-menu").style.display = "none";
this.style.display = "none";