allow themes to decide where live updates appear
This commit is contained in:
parent
c0c8869f89
commit
0ea89852d2
16 changed files with 93 additions and 59 deletions
|
|
@ -66,10 +66,6 @@ function notes_content(&$a,$update = false) {
|
|||
|
||||
$o .= status_editor($a,$x,$a->contact['id']);
|
||||
|
||||
$o .= '<div id="live-notes"></div>' . "\r\n";
|
||||
$o .= "<script> var profile_uid = " . local_user()
|
||||
. "; var netargs = '/?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
|
||||
|
||||
}
|
||||
|
||||
// Construct permissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue