This commit is contained in:
Mario Vavti 2015-07-11 11:58:53 +02:00
commit 54bb2651f5
2 changed files with 5 additions and 2 deletions

View File

@ -64,10 +64,13 @@ function display_content(&$a, $update = 0, $load = false) {
'bang' => '',
'visitor' => true,
'profile_uid' => local_channel(),
'return_path' => 'channel/' . $channel['channel_address']
'return_path' => 'channel/' . $channel['channel_address'],
'expanded' => true
);
$o = '<div id="jot-popup">';
$o .= status_editor($a,$x);
$o .= '</div>';
}

View File

@ -1 +1 @@
2015-07-06.1085
2015-07-10.1089