Skip to content

Commit

Permalink
Add missing ')' #466 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Dec 16, 2020
1 parent cbfe9b6 commit 39f0beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/generic/src/main/assets/js/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $(function() {
} else {
$("." + peer).hide();
}
}
})

// Tabbed snippets:
$("dl.tabbed").each(function() {
Expand Down

0 comments on commit 39f0beb

Please sign in to comment.