[frio] Check for role="presentation" uses throughout the templates

- Upgrade a tags to buttons in file browser
- Fix formatting in nav.tpl
- Remove unwarranted instance for character counter in jot form
This commit is contained in:
Hypolite Petovan 2021-11-14 20:28:39 -05:00
parent 96996790f1
commit 0daa2f2228
4 changed files with 74 additions and 33 deletions

View file

@ -96,7 +96,7 @@ var FileBrowser = {
});
// Click on album link
$(".fbrowser").on("click", ".folders a, .path a", function (e) {
$(".fbrowser").on("click", ".folders button, .path button", function (e) {
e.preventDefault();
var url =
baseurl +