Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts: js/functions.js js/tooltip.js libraries/config.default.php libraries/config.values.php libraries/display_export.lib.php setup/lib/forms.inc.php setup/lib/messages.inc.php themes/darkblue_orange/css/theme_right.css.php themes/original/css/theme_right.css.php
This commit is contained in:
@@ -31,18 +31,13 @@ $title = PMA_expandUserString(
|
||||
$is_superuser = function_exists('PMA_isSuperuser') && PMA_isSuperuser();
|
||||
|
||||
$GLOBALS['js_include'][] = 'functions.js';
|
||||
$GLOBALS['js_include'][] = 'tooltip.js';
|
||||
$GLOBALS['js_include'][] = 'jquery.qtip-1.0.0.min.js';
|
||||
$params = array('lang' => $GLOBALS['lang']);
|
||||
if (isset($GLOBALS['db'])) {
|
||||
$params['db'] = $GLOBALS['db'];
|
||||
}
|
||||
$GLOBALS['js_include'][] = 'messages.php' . PMA_generate_common_url($params);
|
||||
|
||||
$GLOBALS['js_events'][] = array(
|
||||
'event' => 'load',
|
||||
'function' => 'PMA_TT_init',
|
||||
);
|
||||
|
||||
/**
|
||||
* Here we add a timestamp when loading the file, so that users who
|
||||
* upgrade phpMyAdmin are not stuck with older .js files in their
|
||||
|
Reference in New Issue
Block a user