Skip to content

Commit

Permalink
[Fixed JENKINS-9136] Remove YUI integration, form now works in
Browse files Browse the repository at this point in the history
Chrome/Safari
  • Loading branch information
swestcott committed Mar 23, 2011
1 parent 081dc59 commit 6a6033e
Showing 1 changed file with 6 additions and 3 deletions.
Expand Up @@ -32,9 +32,7 @@
</f:radioBlock>
</f:block>
<f:block>
<f:entry name="submit">
<f:submit name="submit" value="${%BulkBuilder.buildButton}"/>
</f:entry>
<input type="submit" name="Submit" value="${%BulkBuilder.buildButton}" id="submit" style="margin-left:5em" />
</f:block>
<f:optionalBlock name="paramBuild" title="${%BulkBuilder.paramBuildTitle}">
<f:entry help="/plugin/bulk-builder/help/parameter-format.html">
Expand All @@ -51,6 +49,11 @@
</f:entry>
</f:optionalBlock>
</f:form>
<script>
<![CDATA[
makeButton($('submit'),null);
]]>
</script>
</l:main-panel>
</l:layout>
</j:jelly>

0 comments on commit 6a6033e

Please sign in to comment.