Commit 852cc8d181c79dfbff26099d26438f7686508fdf

Authored by Administrator
1 parent 25c82e9e

full commit

views/manage/export-process.php
... ... @@ -15,7 +15,6 @@
15 15  
16 16 function doExport(from,filename) {
17 17 from = typeof(from) != 'undefined' ? from : 0;
18   -
19 18 $.ajax({
20 19 method: 'get',
21 20 url: '" . Yii::$app->request->baseUrl . '/ecommerce/manage/export-process' . "',
... ...
views/manage/import-process.php
... ... @@ -10,7 +10,6 @@ var in_process=false;
10 10 var count=1;
11 11  
12 12 in_process=true;
13   -
14 13 doImport();
15 14  
16 15 function doImport(from) {
... ...