frio: events - adapt changes to the templates of the other themes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user