diff --git a/src/www/guiconfig.inc b/src/www/guiconfig.inc index 4540c5118..9f684795e 100644 --- a/src/www/guiconfig.inc +++ b/src/www/guiconfig.inc @@ -940,7 +940,7 @@ function display_top_tabs(& $tab_array, $no_drop_down = false) { // then show a select item dropdown menubox. if($tabcharcount > $tab_array_char_limit) { echo "

".gettext("Currently viewing: ")."

"; - echo "\n"; foreach ($tab_array as $ta) { if($ta[1]=="true") $selected = " selected=\"selected\""; diff --git a/src/www/head.inc b/src/www/head.inc index e5cbcd9ed..43defb9c2 100644 --- a/src/www/head.inc +++ b/src/www/head.inc @@ -27,7 +27,7 @@ $pagetitle = gentitle( $pgtitle ); - + @@ -80,6 +80,11 @@ $pagetitle = gentitle( $pgtitle ); (function ($) { $("input").attr("autocomplete","off"); })(jQuery); + + + jQuery(function () { + jQuery('[data-toggle="tooltip"]').tooltip() + }) //]]> diff --git a/src/www/system.php b/src/www/system.php index db66a562e..27d28d9b8 100644 --- a/src/www/system.php +++ b/src/www/system.php @@ -341,7 +341,7 @@ include("head.inc"); - -