Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
852cc8d181c79dfbff26099d26438f7686508fdf
Authored by
Administrator
2016-11-09 20:07:58 +0200
1 parent
25c82e9e
full commit
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
views/manage/export-process.php
views/manage/import-process.php
Inline
Side-by-side
views/manage/export-process.php
Wrap text
Show/Hide comments
View file @
852cc8d
...
...
@@ -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
Wrap text
Show/Hide comments
View file @
852cc8d
...
...
@@ -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) {
...
...