diff --git a/js/functions.js b/js/functions.js index 9d14eec696..0ed1a2263e 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1523,6 +1523,7 @@ function PMA_createTableDialog( div, url , target) buttons : button_options }); // end dialog options } + PMA_convertFootnotesToTooltips($(div)); PMA_ajaxRemoveMessage($msgbox); }) // end $.get() diff --git a/navigation.php b/navigation.php index 300bdb592d..126b00d208 100644 --- a/navigation.php +++ b/navigation.php @@ -107,6 +107,7 @@ require_once './libraries/header_http.inc.php';