mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1472 from laf/issue-1468
Fixed clicking anywhere now takes you to where you should go
This commit is contained in:
@@ -602,6 +602,9 @@ if ($(window).width() < 768) {
|
||||
devices.initialize();
|
||||
ports.initialize();
|
||||
bgp.initialize();
|
||||
$('#gsearch').bind('typeahead:select', function(ev, suggestion) {
|
||||
window.location.href = suggestion.url;
|
||||
});
|
||||
$('#gsearch').typeahead({
|
||||
hint: true,
|
||||
highlight: true,
|
||||
|
Reference in New Issue
Block a user