Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
  • Loading branch information
chrisguindon committed Jul 13, 2021
1 parent 8cdb273 commit 5463151
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/partials/footer_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
</script>

<script>
(function (eclipseFdnAdopters, eclipsefdn_adopters_configs) {
(function (eclipseFdnAdopters) {
if (
eclipsefdn_adopters_configs &&
eclipsefdn_adopters_configs.working_group &&
eclipsefdn_adopters_configs.ul_classes
) {
Expand All @@ -44,5 +45,5 @@
ul_classes: eclipsefdn_adopters_configs.ul_classes,
});
}
})(eclipseFdnAdopters, eclipsefdn_adopters_configs);
})(eclipseFdnAdopters);
</script>

0 comments on commit 5463151

Please sign in to comment.