From 852cc8d181c79dfbff26099d26438f7686508fdf Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 9 Nov 2016 20:07:58 +0200 Subject: [PATCH] full commit --- views/manage/export-process.php | 1 - views/manage/import-process.php | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) 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