From: Richard Whitehouse Date: Sun, 30 Jan 2011 21:31:18 +0000 (+0000) Subject: Remove focus borders when clicking a link to another page internally X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=595c953d3a580cb112d7f84b779a29cb50b0d1e4;p=hmb.git Remove focus borders when clicking a link to another page internally --- 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; }); }