diff options
author | friendica <info@friendica.com> | 2014-07-07 01:42:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-07 01:42:46 -0700 |
commit | 7c40a41e1bb9e09c56d73e38d970a4f586f933d7 (patch) | |
tree | ee8af37fb70989b29237c27741b1c46d2ada8701 /view/tpl/event_head.tpl | |
parent | 0764b78da3927b2acda9447d853f2762e125e3a6 (diff) | |
download | volse-hubzilla-7c40a41e1bb9e09c56d73e38d970a4f586f933d7.tar.gz volse-hubzilla-7c40a41e1bb9e09c56d73e38d970a4f586f933d7.tar.bz2 volse-hubzilla-7c40a41e1bb9e09c56d73e38d970a4f586f933d7.zip |
more event display formatting
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-x | view/tpl/event_head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index ae80d930a..8388187d1 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -7,7 +7,7 @@ $.get( '{{$baseurl}}/events/?id='+eventid, function(data){ - $.colorbox({ maxWidth: "50%", maxHeight: "75%", html: data }); + $.colorbox({ html: data }); } ); } |