added tooltip JS includes for other chart places.
This commit is contained in:
@@ -17,6 +17,9 @@ if (! defined('PMA_NO_VARIABLES_IMPORT')) {
|
|||||||
}
|
}
|
||||||
require_once './libraries/common.inc.php';
|
require_once './libraries/common.inc.php';
|
||||||
|
|
||||||
|
$GLOBALS['js_include'][] = 'overlib.js';
|
||||||
|
$GLOBALS['js_include'][] = 'pMap.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Does the common work
|
* Does the common work
|
||||||
*/
|
*/
|
||||||
|
2
sql.php
2
sql.php
@@ -16,6 +16,8 @@ require_once './libraries/check_user_privileges.lib.php';
|
|||||||
require_once './libraries/bookmark.lib.php';
|
require_once './libraries/bookmark.lib.php';
|
||||||
|
|
||||||
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
|
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
|
||||||
|
$GLOBALS['js_include'][] = 'overlib.js';
|
||||||
|
$GLOBALS['js_include'][] = 'pMap.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the url to return to in case of error in a sql statement
|
* Defines the url to return to in case of error in a sql statement
|
||||||
|
Reference in New Issue
Block a user