Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-03-19 12:20:17 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-03-19 12:20:17 +0300
commit070bb05212c9581f07db747eb513dcbfacb3d264 (patch)
tree76b4d558870f93632bf71414f4987c36e80424bc /js/tbl_zoom_plot_jqplot.js
parent1e0418bf34b923f822dd930647799b740c86efdd (diff)
parent8f1bd009b0d866572866d7eb5c6be99e9079c5fd (diff)
Merge branch 'QA_4_3' into QA_4_4
Diffstat (limited to 'js/tbl_zoom_plot_jqplot.js')
-rw-r--r--js/tbl_zoom_plot_jqplot.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js
index 36bfbaeb18..235b067512 100644
--- a/js/tbl_zoom_plot_jqplot.js
+++ b/js/tbl_zoom_plot_jqplot.js
@@ -159,6 +159,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
$.post('tbl_zoom_select.php', {
'ajax_request' : true,
'change_tbl_info' : true,
+ 'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'table' : PMA_commonParams.get('table'),
'field' : $('#tableid_0').val(),
@@ -183,6 +184,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
$.post('tbl_zoom_select.php', {
'ajax_request' : true,
'change_tbl_info' : true,
+ 'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'table' : PMA_commonParams.get('table'),
'field' : $('#tableid_1').val(),
@@ -206,6 +208,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
$.post('tbl_zoom_select.php', {
'ajax_request' : true,
'change_tbl_info' : true,
+ 'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'table' : PMA_commonParams.get('table'),
'field' : $('#tableid_2').val(),
@@ -227,6 +230,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
$.post('tbl_zoom_select.php', {
'ajax_request' : true,
'change_tbl_info' : true,
+ 'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'table' : PMA_commonParams.get('table'),
'field' : $('#tableid_3').val(),
@@ -399,6 +403,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
//Post SQL query to sql.php
$.post('sql.php', {
'token' : PMA_commonParams.get('token'),
+ 'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'ajax_request' : true,
'sql_query' : sql_query,
@@ -595,6 +600,7 @@ AJAX.registerOnload('tbl_zoom_plot_jqplot.js', function () {
var post_params = {
'ajax_request' : true,
'get_data_row' : true,
+ 'server' : PMA_commonParams.get('server'),
'db' : PMA_commonParams.get('db'),
'table' : PMA_commonParams.get('table'),
'where_clause' : data[3],