Skip to content

Commit

Permalink
[FIXED JENKINS-20245]
Browse files Browse the repository at this point in the history
(cherry picked from commit c666b84)
  • Loading branch information
daniel-beck authored and olivergondza committed May 5, 2014
1 parent b4b6a8c commit f80eb00
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 f80eb00

Please sign in to comment.