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:
Julia Kirschenheuter 2023-03-16 13:20:23 +01:00 committed by GitHub
commit 82443f196c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,6 +166,8 @@
})
);
}
var currentItemName = this.$el.find('li[data-id="' + itemId + '"] > a').text();
window.OCP.Accessibility.setPageHeading(currentItemName);
},
/**