8000 Update hm.js · axjs/scrap@5121059 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update hm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
axjs committed Jun 8, 2016
1 parent 12704d8 commit 5121059
Showing 1 changed file with 1 addition and 1 deletion.
81DB
2 changes: 1 addition & 1 deletion hm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pjs.addSuite({
image: $el.find('img').attr('data-image')
};

$('body').prepend($('<div></div>',{class: 'holder'}).html('<h3>Leaf</h3><img src "' + res.image+ '"></img>'))
$('body').prepend($('<div></div>',{class: 'holder'}).html('<h3>Leaf</h3><img src="' + res.image+ '"></img>'))

console.info(res)
return res
Expand Down

0 comments on commit 5121059

Please sign in to comment.
0