Disabled ajax when processing the export form

This commit is contained in:
Rouslan Placella 2012-06-22 11:41:39 +01:00
parent 1494bf763c
commit 8be9c3a79f

View File

@ -51,7 +51,7 @@ if (empty($export_list)) {
exit;
}
echo '<form method="post" action="export.php" name="dump">';
echo '<form method="post" action="export.php" name="dump" class="disableAjax">';
if ($export_type == 'server') {
echo PMA_generate_common_hidden_inputs('', '', 1);