mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Set <h1> headings for navigation through files app
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
This commit is contained in:
parent
897fde4303
commit
a63eba068a
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,8 @@
|
|||
})
|
||||
);
|
||||
}
|
||||
var currentItemName = this.$el.find('li[data-id="' + itemId + '"] > a').text();
|
||||
window.OCP.Accessibility.setPageHeading(currentItemName);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue