mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #37232 from nextcloud/fix/36911-create-h1-hreading-for-files
Set <h1> headings for navigation through files app
This commit is contained in:
commit
82443f196c
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