mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30: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
|
@ -36,9 +36,9 @@ $(document).ready(function () {
|
|||
return false;
|
||||
});
|
||||
|
||||
// add the class "selected" to group widgets li if li > a does have the class group-selected
|
||||
if ($("#sidebar-group-ul li a").hasClass("group-selected")) {
|
||||
$("#sidebar-group-ul li a.group-selected").parent("li").addClass("selected");
|
||||
// add the class "selected" to circle widgets li if li > a does have the class circle-selected
|
||||
if ($("#sidebar-circle-ul li a").hasClass("circle-selected")) {
|
||||
$("#sidebar-circle-ul li a.circle-selected").parent("li").addClass("selected");
|
||||
}
|
||||
|
||||
// add the class "selected" to forums widgets li if li > a does have the class forum-selected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue