Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuhongyun
2016-10-27 15:23:22 +0800
Commit
5e18e6612f306e25591c697221b1061da3ca5e92
2 parents
233bc295
0da8bca0
Merge branch 'dev_link_skn' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/operations/generateLinks/Batch.js
code/static/js.jquery/module/operations/generateLinks/Batch.js
View file @
5e18e66
...
...
@@ -35,7 +35,7 @@ function batchExport(el, type) {
$
(
"#message"
).
html
(
response
.
data
.
failFileReason
.
join
(
'<br/>'
));
return
false
;
}
common
.
util
.
__tip
(
response
.
message
,
'warning'
);
}
}
}
...
...
Please
register
or
login
to post a comment