Commit 852cc8d181c79dfbff26099d26438f7686508fdf
1 parent
25c82e9e
full commit
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
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