frio: events - adapt changes to the templates of the other themes

This commit is contained in:
rabuzarus 2016-06-17 10:33:12 +02:00
parent 8b4c416713
commit c99da380cf
12 changed files with 247 additions and 189 deletions

View file

@ -70,9 +70,9 @@ $(document).ready(function() {
return false;
});*/
$('#event-share-checkbox').change(function() {
$('#id_share').change(function() {
if ($('#event-share-checkbox').is(':checked')) {
if ($('#id_share').is(':checked')) {
$('#acl-wrapper').show();
}
else {