aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/assets')
-rw-r--r--src/main/assets/scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/assets/scripts.js b/src/main/assets/scripts.js
index 3253b23b..2a34cfcd 100644
--- a/src/main/assets/scripts.js
+++ b/src/main/assets/scripts.js
@@ -874,7 +874,7 @@ ready(function() {
document.querySelectorAll('#header_wrapper a').forEach(el => {
if (el.href === location) {
el.classList.add('active');
- el.setAttribute('aria-disabled', 'true');
+ el.setAttribute('disabled', 'disabled');
}
});
initES();