mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
Replace "group" with "circle" in the rest of the code
- Remaining mentions already mean "forum"
This commit is contained in:
parent
4f6e02357a
commit
4f7740264e
120 changed files with 1308 additions and 1304 deletions
|
@ -136,11 +136,11 @@ $(document).ready(function () {
|
|||
.trigger("change");
|
||||
|
||||
// JS for the permission section.
|
||||
$("#contact_allow, #contact_deny, #group_allow, #group_deny")
|
||||
$("#contact_allow, #contact_deny, #circle_allow, #circle_deny")
|
||||
.change(function () {
|
||||
var selstr;
|
||||
$(
|
||||
"#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected",
|
||||
"#contact_allow option:selected, #contact_deny option:selected, #circle_allow option:selected, #circle_deny option:selected",
|
||||
).each(function () {
|
||||
selstr = $(this).html();
|
||||
$("#jot-public").hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue