mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
spelling: sidebar
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a3f4fe1ee9
commit
68c7634fa6
5 changed files with 6 additions and 6 deletions
|
@ -42,8 +42,8 @@ $(document).ready(function () {
|
|||
}
|
||||
|
||||
// add the class "selected" to forums widges li if li > a does have the class forum-selected
|
||||
if ($("#forumlist-sidbar-ul li a").hasClass("forum-selected")) {
|
||||
$("#forumlist-sidbar-ul li a.forum-selected").parent("li").addClass("selected");
|
||||
if ($("#forumlist-sidebar-ul li a").hasClass("forum-selected")) {
|
||||
$("#forumlist-sidebar-ul li a.forum-selected").parent("li").addClass("selected");
|
||||
}
|
||||
|
||||
// add the class "active" to tabmenuli if li > a does have the class active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue