diff --git a/views/manage/export-process.php b/views/manage/export-process.php index c4edb16..1c9ad65 100755 --- a/views/manage/export-process.php +++ b/views/manage/export-process.php @@ -15,7 +15,6 @@ function doExport(from,filename) { from = typeof(from) != 'undefined' ? from : 0; - $.ajax({ method: 'get', url: '" . Yii::$app->request->baseUrl . '/ecommerce/manage/export-process' . "', diff --git a/views/manage/import-process.php b/views/manage/import-process.php index 9218e80..f08cf3e 100755 --- a/views/manage/import-process.php +++ b/views/manage/import-process.php @@ -10,7 +10,6 @@ var in_process=false; var count=1; in_process=true; - doImport(); function doImport(from) { -- libgit2 0.21.4