From: Hypolite Petovan Date: Mon, 15 Nov 2021 01:28:39 +0000 (-0500) Subject: [frio] Check for role="presentation" uses throughout the templates X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0daa2f2228afdb8506fff569834c2c39247d98a9;p=friendica.git [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 --- diff --git a/view/theme/frio/js/filebrowser.js b/view/theme/frio/js/filebrowser.js index a9ee6ea086..bebb279078 100644 --- a/view/theme/frio/js/filebrowser.js +++ b/view/theme/frio/js/filebrowser.js @@ -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 + diff --git a/view/theme/frio/templates/filebrowser.tpl b/view/theme/frio/templates/filebrowser.tpl index 1f849555c1..e8c03cf386 100644 --- a/view/theme/frio/templates/filebrowser.tpl +++ b/view/theme/frio/templates/filebrowser.tpl @@ -8,9 +8,11 @@ {{* The breadcrumb navigation *}} -