Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4 from MarkusStrand/master
  • Loading branch information
anderl86 committed Sep 15, 2015
2 parents 2d04bec + bfceda3 commit d000582
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
<h1>${%Project} ${it.owner.name}</h1>
<f:form name="schedule" action="next" method="post">
<f:entry title="${%BuildOn}:" field="date">
<f:textbox value="${it.defaultDate}" checkUrl="'${rootURL}/job/${it.owner.name}/schedule/checkDate?date=' + encodeURIComponent(this.value)" onKeyUp="this.onchange();"/>
<f:textbox value="${it.defaultDate}" checkUrl="'${rootURL}/${it.owner.url}/schedule/checkDate?date=' + encodeURIComponent(this.value)" onKeyUp="this.onchange();"/>
</f:entry>
<f:entry>
<f:submit value="${%Schedule}"/>
Expand Down

0 comments on commit d000582

Please sign in to comment.