Sign in
dlstatic
/
static-wappnr
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d9202ae331aa4d4794500224a57f03a5a1e8266f
Authored by
bichao.dong
2015-12-11 10:44:16 +0800
1 parent
22a75bd6
fix issue
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
editer.html
editer.html
View file @
d9202ae
...
...
@@ -114,7 +114,6 @@
114
114
reader.onload = function(e) {
115
115
var base64 = e.target.result;
116
116
// _this.compressPic(selected_file ,base64);
117
- var img = $('<img />');
118
117
var img = document.createElement('img');
119
118
img.src = base64;
120
119
if(range){
...
...