From 8945a2a614cd4d62a462da339b3e8dd099f3115e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 9 Oct 2011 07:42:10 -0400 Subject: [PATCH] Convert footnotes to tooltips in Create table dialog - works when called from main panel - from navi panel, this commit fixed a js error but the tooltips do not appear yet --- js/functions.js | 1 + navigation.php | 1 + 2 files changed, 2 insertions(+) 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';