change the way jot tools are displayed/hidden

This commit is contained in:
marijus
2014-04-08 22:07:06 +02:00
parent 95751dddff
commit 9f621dac85
15 changed files with 44 additions and 36 deletions

View File

@@ -136,7 +136,7 @@ function network_content(&$a, $update = 0, $load = false) {
'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
'acl' => populate_acl((($group || $cid) ? $def_acl : $channel_acl)),
'bang' => (($group || $cid) ? '!' : ''),
'visitor' => 'block',
'visitor' => true,
'profile_uid' => local_user()
);