Skip to content

Commit

Permalink
Merge pull request #1186 from daniel-beck/JENKINS-20245
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Apr 13, 2014
2 parents 56052c8 + c666b84 commit c5ed66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/form/apply/apply.js
Expand Up @@ -81,7 +81,7 @@ Behaviour.specify("INPUT.apply-button", 'apply', 0, function (e) {
f.submit();
} finally {
f.elements['core:apply'].value = null;
f.target = null;
f.target = '_self';
}
});
});

0 comments on commit c5ed66c

Please sign in to comment.