diff --git a/.hintrc b/.hintrc index 798957b..22fd1e4 100644 --- a/.hintrc +++ b/.hintrc @@ -3,6 +3,14 @@ "development" ], "hints": { - "apple-touch-icons": "off" + "apple-touch-icons": "off", + "compat-api/css": [ + "default", + { + "ignore": [ + "-webkit-app-region" + ] + } + ] } } \ No newline at end of file diff --git a/templates/functionality.js b/templates/functionality.js index 61d4a85..6a49ac5 100644 --- a/templates/functionality.js +++ b/templates/functionality.js @@ -76,6 +76,7 @@ class PhotoGallery { const title = document.title; const folders = document.querySelector(".folders"); if (folders) folders.style.display = ""; + document.getElementById("recursive").checked = false; document .querySelectorAll("#tagdropdown input.tagcheckbox:checked") .forEach((checkbox) => (checkbox.checked = false));