Disabled ajax when processing the export form
This commit is contained in:
parent
1494bf763c
commit
8be9c3a79f
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user