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
This commit is contained in:
parent
554c1df307
commit
8945a2a614
@ -1523,6 +1523,7 @@ function PMA_createTableDialog( div, url , target)
|
||||
buttons : button_options
|
||||
}); // end dialog options
|
||||
}
|
||||
PMA_convertFootnotesToTooltips($(div));
|
||||
PMA_ajaxRemoveMessage($msgbox);
|
||||
}) // end $.get()
|
||||
|
||||
|
||||
@ -107,6 +107,7 @@ require_once './libraries/header_http.inc.php';
|
||||
<?php
|
||||
echo PMA_includeJS('jquery/jquery-1.6.2.js');
|
||||
echo PMA_includeJS('jquery/jquery-ui-1.8.custom.js');
|
||||
echo PMA_includeJS('jquery/jquery.qtip-1.0.0-rc3.js');
|
||||
echo PMA_includeJS('navigation.js');
|
||||
echo PMA_includeJS('functions.js');
|
||||
echo PMA_includeJS('messages.php');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user