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-06 08:57:50 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-03-06 08:57:50 +0300
commit5a0ffa30fdb12f33c6dd4edebba959cd3fa9336f (patch)
treef1805053980fd2ec20aab34352d0821ead217d76 /js/tbl_chart.js
parent3de6ee1b0ae712a0f98ff932c44c0dc61053f0cc (diff)
rfe Pagination for GIS visualization
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/tbl_chart.js')
-rw-r--r--js/tbl_chart.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/tbl_chart.js b/js/tbl_chart.js
index 49d5f1685c..67f1d7646d 100644
--- a/js/tbl_chart.js
+++ b/js/tbl_chart.js
@@ -395,11 +395,6 @@ AJAX.registerOnload('tbl_chart.js', function () {
*
*/
$(document).on('submit', "#tblchartform", function (event) {
- if (!checkFormElementInRange(this, 'session_max_rows', PMA_messages.strNotValidRowNumber, 1) ||
- !checkFormElementInRange(this, 'pos', PMA_messages.strNotValidRowNumber, 0 - 1)
- ) {
- return false;
- }
var $form = $(this);
if (codemirror_editor) {