Aaron Parecki
8 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
5 additions and
3 deletions
-
views/new-post.php
|
@ -357,9 +357,11 @@ $(function(){ |
|
|
} else { |
|
|
} else { |
|
|
$(".reply-context .post-name").addClass('hidden'); |
|
|
$(".reply-context .post-name").addClass('hidden'); |
|
|
} |
|
|
} |
|
|
$(".reply-context .author .name").text(data.entry.author.name); |
|
|
|
|
|
$(".reply-context .author .url").text(data.entry.author.url); |
|
|
|
|
|
$(".reply-context img.author-img").attr('src', data.entry.author.photo); |
|
|
|
|
|
|
|
|
if(data.entry.author) { |
|
|
|
|
|
$(".reply-context .author .name").text(data.entry.author.name); |
|
|
|
|
|
$(".reply-context .author .url").text(data.entry.author.url); |
|
|
|
|
|
$(".reply-context img.author-img").attr('src', data.entry.author.photo); |
|
|
|
|
|
} |
|
|
if(data.entry.photo) { |
|
|
if(data.entry.photo) { |
|
|
$(".reply-context img.post-img").attr('src', data.entry.photo[0]).removeClass('hidden'); |
|
|
$(".reply-context img.post-img").attr('src', data.entry.photo[0]).removeClass('hidden'); |
|
|
} else { |
|
|
} else { |
|
|