From e73f005d46084b04fd7cb315a9be6bff3be1820b Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 3 May 2015 14:08:45 +0100 Subject: [PATCH] Removed class from dropdown --- html/includes/print-menubar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 8179125e8..482b43990 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -643,7 +643,7 @@ $('#gsearch').typeahead({ limit: 8, templates: { header: '
 Devices
', - suggestion: Handlebars.compile('

{{name}} | {{device_os}} | {{version}} | {{device_hardware}} with {{device_ports}} port(s) | {{location}}

') + suggestion: Handlebars.compile('

{{name}} | {{device_os}} | {{version}} | {{device_hardware}} with {{device_ports}} port(s) | {{location}}

') } }, { @@ -663,7 +663,7 @@ $('#gsearch').typeahead({ limit: 8, templates: { header: '
 BGP Sessions
', - suggestion: Handlebars.compile('

{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}

') + suggestion: Handlebars.compile('

{{name}} - {{hostname}}
AS{{localas}} -> AS{{remoteas}}

') } }); $('#gsearch').bind('typeahead:open', function(ev, suggestion) {