Remove focus borders when clicking a link to another page internally
authorRichard Whitehouse <github@richardwhiuk.com>
Sun, 30 Jan 2011 21:31:18 +0000 (21:31 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Sun, 30 Jan 2011 21:31:18 +0000 (21:31 +0000)
theme/hmb.js

index 7c46adcabf76b05f6a27ea499902bc16765f877a..6e84710a35d529648a2fc48ec5cf1a691063c779 100644 (file)
@@ -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;
        });
 }