Skip to content

Commit

Permalink
header url - fixed missing active parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest authored and pmauduit committed Apr 27, 2022
1 parent c634937 commit 23a24ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public GeorchestraHeaderIframe(String id) {

@Override
protected CharSequence getURL() {
return this.headerUrl;
return this.headerUrl + "?active=geoserver";
}

@Override
Expand Down

0 comments on commit 23a24ac

Please sign in to comment.