Skip to content

Commit

Permalink
add a hidden field for "crawlingstart" since jQuery omits the submit …
Browse files Browse the repository at this point in the history
…button value
  • Loading branch information
bhoerdzn committed Oct 9, 2013
1 parent b0c0ec2 commit 52f49d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/CrawlStartExpert_p.html
Expand Up @@ -502,7 +502,7 @@ <h2>Expert Crawl Start</h2>
</dl>
</fieldset>

<dt><input type="submit" name=countryMustdMatchSwitch"crawlingstart" value="Start New Crawl Job" class="submitready"/></dt><dd></dd>
<dt><input type="hidden" name="crawlingstart" value="1"/><input type="submit" value="Start New Crawl Job" class="submitready"/></dt><dd></dd>
</dl>
</fieldset>
</form>
Expand Down

0 comments on commit 52f49d4

Please sign in to comment.