aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-07 01:42:46 -0700
committerfriendica <info@friendica.com>2014-07-07 01:42:46 -0700
commit7c40a41e1bb9e09c56d73e38d970a4f586f933d7 (patch)
treeee8af37fb70989b29237c27741b1c46d2ada8701 /view/tpl/event_head.tpl
parent0764b78da3927b2acda9447d853f2762e125e3a6 (diff)
downloadvolse-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-xview/tpl/event_head.tpl2
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 });
}
);
}