diff options
author | friendica <info@friendica.com> | 2014-07-06 23:13:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-06 23:13:17 -0700 |
commit | 0764b78da3927b2acda9447d853f2762e125e3a6 (patch) | |
tree | f3860bc944dff949ee0db9882cfbab29153d6310 /view/tpl/event_head.tpl | |
parent | 913fd1d22ecdf847c45ec498cfc302e0f4572415 (diff) | |
download | volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.tar.gz volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.tar.bz2 volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.zip |
event render improvements
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 d6b34b33e..ae80d930a 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -7,7 +7,7 @@ $.get( '{{$baseurl}}/events/?id='+eventid, function(data){ - $.fancybox(data); + $.colorbox({ maxWidth: "50%", maxHeight: "75%", html: data }); } ); } |