mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2026-03-28 20:31:48 -07:00
add more sorting for results
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user