projects
/
hmb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7878dc
)
Remove focus borders when clicking a link to another page internally
author
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 30 Jan 2011 21:31:18 +0000
(21:31 +0000)
committer
Richard Whitehouse
<github@richardwhiuk.com>
Sun, 30 Jan 2011 21:31:18 +0000
(21:31 +0000)
theme/hmb.js
patch
|
blob
|
history
diff --git
a/theme/hmb.js
b/theme/hmb.js
index 7c46adcabf76b05f6a27ea499902bc16765f877a..6e84710a35d529648a2fc48ec5cf1a691063c779 100644
(file)
--- 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;
});
}