]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/acl_selector.tpl
[frio] Move variable assignment where it belongs in asynchronous comment form submiss...
[friendica.git] / view / templates / acl_selector.tpl
index babedd6c023a33cdae2347d49c17c25a3bf45f75..f1943cf3f687510caade1956a8a87c4dab5c365d 100644 (file)
@@ -9,10 +9,7 @@
                                <div class="panel-body">
                                        <p>{{$public_desc}}</p>
                        {{if $for_federation}}
-                               {{if $user_hidewall}}
-                                       <h4>{{$jotnets_summary}}</h4>
-                               {{$jotnets_disabled_label}}
-                               {{elseif $jotnets_fields}}
+                               {{if $jotnets_fields}}
                                    {{if $jotnets_fields|count < 3}}
                                                                <div class="profile-jot-net">
                                    {{else}}
                        $contact_deny_input.val('');
                        [].forEach.call($acl_deny_input.tagsinput('items'), function (item) {
                                if (item.type === 'group') {
-                                       $group_deny_input.val($group_allow_input.val() + ',' + item.id);
+                                       $group_deny_input.val($group_deny_input.val() + ',' + item.id);
                                } else {
-                                       $contact_deny_input.val($contact_allow_input.val() + ',' + item.id);
+                                       $contact_deny_input.val($contact_deny_input.val() + ',' + item.id);
                                }
                        });
                });