diff --git a/js/tbl_change.js b/js/tbl_change.js
index 3608b40a6..700995c1d 100644
--- a/js/tbl_change.js
+++ b/js/tbl_change.js
@@ -286,7 +286,9 @@ $(document).ready(function() {
event.preventDefault();
PMA_ajaxShowMessage();
- $(the_form).append('');
+ if (! the_form.find('input:hidden').is('#ajax_request_hidden')) {
+ the_form.append('');
+ }
$.post($(the_form).attr('action'), $(the_form).serialize(), function(data) {
if(data.success == true) {