aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/wikibits.js
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/wikibits.js')
-rw-r--r--stylesheets/wikibits.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/stylesheets/wikibits.js b/stylesheets/wikibits.js
index 298c2a9d17b6..d3ed1474b9fa 100644
--- a/stylesheets/wikibits.js
+++ b/stylesheets/wikibits.js
@@ -376,6 +376,14 @@ function akeytt() {
ak = '';
}
a.title = ta[id][1]+ak;
+ } else {
+ if(ta[id][0].length > 0) {
+ n.accessKey = ta[id][0];
+ ak = ' ['+pref+ta[id][0]+']';
+ } else {
+ ak = '';
+ }
+ n.title = ta[id][1]+ak;
}
}
}