From 595c953d3a580cb112d7f84b779a29cb50b0d1e4 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Sun, 30 Jan 2011 21:31:18 +0000 Subject: [PATCH] Remove focus borders when clicking a link to another page internally --- theme/hmb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/hmb.js b/theme/hmb.js index 7c46adc..6e84710 100644 --- a/theme/hmb.js +++ b/theme/hmb.js @@ -32,6 +32,7 @@ for(var p in panemap){ $(".link_" + p).click({pane: p}, function(ev){ current = panemap[ev.data.pane]; update_hmb(); + this.blur(); return false; }); } -- 2.34.1