diff options
author | friendica <info@friendica.com> | 2015-02-08 20:23:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-08 20:23:36 -0800 |
commit | deab5d0dc4ae626739cdbde03a0d15cc7b864413 (patch) | |
tree | 0eac807be46c1edfbbd7d5366de4d145ab93fb21 /view/tpl/event_head.tpl | |
parent | b8add899a22039697b1ea92d4a854f541ad8f7cb (diff) | |
parent | 69894e28c48dabb1061b55156dbafc91f7c75ea1 (diff) | |
download | volse-hubzilla-deab5d0dc4ae626739cdbde03a0d15cc7b864413.tar.gz volse-hubzilla-deab5d0dc4ae626739cdbde03a0d15cc7b864413.tar.bz2 volse-hubzilla-deab5d0dc4ae626739cdbde03a0d15cc7b864413.zip |
Merge branch 'event_edit'
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 { |