aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/display.php5
-rw-r--r--version.inc2
2 files changed, 5 insertions, 2 deletions
diff --git a/mod/display.php b/mod/display.php
index b23f7f374..b2d9ba34b 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -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>';
}
diff --git a/version.inc b/version.inc
index fe5a631ad..3310f4f5f 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-07-06.1085
+2015-07-10.1089