We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05318b5 commit 0e1df7dCopy full SHA for 0e1df7d
js/script.js
@@ -59,7 +59,7 @@ $(function(){
59
var navigationLink = this.$navigation.find('a[data-navigation=' + filter + ']');
60
navigationLink.parent().addClass('active').attr('aria-current', 'page');
61
window.document.title = navigationLink.text().trim() + ' - ' + this.defaultPageTitle;
62
-
+ document.getElementById('pageHeadingLevel2').textContent = `${t('active', 'Subsection: ')} ${navigationLink.text().trim()}`;
63
OCA.Activity.InfinitScrolling.prefill();
64
}
65
};
0 commit comments