ajax reload fixes

This commit is contained in:
Friendika
2011-02-16 21:17:49 -08:00
parent c397a2f89b
commit 4bff52990e
7 changed files with 26 additions and 8 deletions
+2 -1
View File
@@ -340,7 +340,8 @@ function network_content(&$a, $update = 0) {
if($item['last-child']) {
$comment = replace_macros($cmnt_tpl,array(
'$return_path' => '', // $_SESSION['return_url'],
'$return_path' => '',
'$jsreload => '', // $_SESSION['return_url'],
'$type' => 'net-comment',
'$id' => $item['item_id'],
'$parent' => $item['parent'],