diff options
author | friendica <info@friendica.com> | 2015-02-08 20:23:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-08 20:23:02 -0800 |
commit | 69894e28c48dabb1061b55156dbafc91f7c75ea1 (patch) | |
tree | 455c2951eab628d932243f312ded424eb474c036 /view/tpl/event_head.tpl | |
parent | a1d84f96b6a0852b785a459279d7756aeaa90614 (diff) | |
download | volse-hubzilla-69894e28c48dabb1061b55156dbafc91f7c75ea1.tar.gz volse-hubzilla-69894e28c48dabb1061b55156dbafc91f7c75ea1.tar.bz2 volse-hubzilla-69894e28c48dabb1061b55156dbafc91f7c75ea1.zip |
we still need an event preview but this looks a lot better.
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-x | view/tpl/event_head.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index 830347555..11dba2f9d 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -118,9 +118,9 @@ $(document).ready(function() { - $('#event-share-checkbox').change(function() { + $('#id_share').change(function() { - if ($('#event-share-checkbox').is(':checked')) { + if ($('#id_share').is(':checked')) { $('#event-permissions-button').show(); } else { |