Skip to content

Commit

Permalink
[JENKINS-21072] White screen after submitting job generation
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Dec 29, 2013
1 parent 9f8de5c commit f1fbf88
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -81,9 +81,12 @@ THE SOFTWARE.
</f:optionalBlock>
</f:section>
<f:block>
<table height="10" />
<table height="10" />
</f:block>
<f:block>
<!-- Changes, similar to https://issues.jenkins-ci.org/browse/JENKINS-18425 -->
<input type="hidden" name="statusCode" value="303" />
<input type="hidden" name="redirectTo" value="." />
<f:submit value="${%Generate}" />
</f:block>
</f:form>
Expand Down

0 comments on commit f1fbf88

Please sign in to comment.