aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-15 18:35:56 -0700
committerfriendica <info@friendica.com>2014-10-15 18:35:56 -0700
commitae9e1fa688c90e128637b5c44cf4705287f6cfa1 (patch)
tree7a91468e4f2948faa373471b018852a8b72e1545 /view/tpl/event_head.tpl
parente80c20d2584e17b43dd456bbb4b3dc0f8c11eeb4 (diff)
downloadvolse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.tar.gz
volse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.tar.bz2
volse-hubzilla-ae9e1fa688c90e128637b5c44cf4705287f6cfa1.zip
missing event permissions
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-xview/tpl/event_head.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl
index 8388187d1..6f1d2f22c 100755
--- a/view/tpl/event_head.tpl
+++ b/view/tpl/event_head.tpl
@@ -115,10 +115,10 @@
$('#event-share-checkbox').change(function() {
if ($('#event-share-checkbox').is(':checked')) {
- $('#acl-wrapper').show();
+ $('#event-permissions-button').show();
}
else {
- $('#acl-wrapper').hide();
+ $('#event-permissions-button').hide();
}
}).trigger('change');