diff --git a/src/ui/zabapgit_js_common.w3mi.data.js b/src/ui/zabapgit_js_common.w3mi.data.js index 4e1a9d326..cec4dd5b8 100644 --- a/src/ui/zabapgit_js_common.w3mi.data.js +++ b/src/ui/zabapgit_js_common.w3mi.data.js @@ -2458,7 +2458,8 @@ function enumerateUiActions() { // - links inside forms // - label links // - command links - [].slice.call(document.querySelectorAll("form a, a.command")) + // - other header links + [].slice.call(document.querySelectorAll("form a, a.command, #header a")) .filter(function(anchor){ return !!anchor.title || !!anchor.text; }).forEach(function(anchor){