Add image display to show view for news

This commit is contained in:
Nathan Leniz
2015-03-09 13:55:13 +09:00
parent eb991c4f15
commit 528e0094d1
4 changed files with 22 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ $(document).ready(function() {
username: user.profile.username
},
comments: [],
image: ''
image: storyImage
}
})
.fail(function (xhr, textStatus, errorThrown) {