Skip to content

Commit

Permalink
Merge pull request #1472 from laf/issue-1468
Browse files Browse the repository at this point in the history
Fixed clicking anywhere now takes you to where you should go
  • Loading branch information
f0o committed Jul 18, 2015
2 parents 2170af6 + bfa3d43 commit 18c2b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions html/includes/print-menubar.php
Expand Up @@ -602,6 +602,9 @@
devices.initialize();
ports.initialize();
bgp.initialize();
$('#gsearch').bind('typeahead:select', function(ev, suggestion) {
window.location.href = suggestion.url;
});
$('#gsearch').typeahead({
hint: true,
highlight: true,
Expand Down

0 comments on commit 18c2b57

Please sign in to comment.