mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
frio: events - adapt changes to the templates of the other themes
This commit is contained in:
parent
8b4c416713
commit
c99da380cf
12 changed files with 247 additions and 189 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue