Skip to content

Commit

Permalink
Fix redirections after deployment in Admin Console
Browse files Browse the repository at this point in the history
Fixes an bug in #24384
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
  • Loading branch information
OndroMih committed May 20, 2023
1 parent eae5330 commit 7711fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appserver/admingui/common/src/main/resources/removeFrame.jsf
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

-->
<!initPage
setResourceBundle(key="i18n" bundle="org.glassfish.admingui.core.Strings");
setResourceBundle(key="i18nc" bundle="org.glassfish.common.admingui.Strings");
/>
<f:verbatim>
<html>
<head>
<script type="text/javascript" src="#{request.contextPath}$resource{i18n.adminjsf.URL}" ></script>
<script type="text/javascript" src="#{request.contextPath}$resource{i18nc.adminjsf.url}" ></script>
<script type="text/javascript">
function redirectToQS() {
var loc = window.location.href;
Expand Down

0 comments on commit 7711fc8

Please sign in to comment.