Commit 852cc8d181c79dfbff26099d26438f7686508fdf

Authored by Administrator
1 parent 25c82e9e

full commit

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