loading posts from server instead of localhost
This commit is contained in:
parent
8e53cb7d81
commit
feeb4b84f5
@ -22,7 +22,7 @@
|
||||
(
|
||||
"<div class=\"post\">" +
|
||||
"<div class=\"post_image\">" +
|
||||
"<img src=\"" + "./user_content/" + result[i].author + "/" + result[i].photo_id + "\"></img>" +
|
||||
"<img src=\"" + "http://109.123.243.163/user_content/" + result[i].author + "/" + result[i].photo_id + "\"></img>" +
|
||||
"</div>" +
|
||||
|
||||
"<div class=\"post_info\">" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user