mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
[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:
parent
96996790f1
commit
0daa2f2228
4 changed files with 74 additions and 33 deletions
|
@ -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 +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue