Skip to content

Commit f6a9be0

Browse files
Merge pull request #839 from tmiasko/submit
Fix submit button on bootstrap page
2 parents 131df91 + a6d198d commit f6a9be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/bootstrap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<div id="settings">
5959
start: <input placeholder="yyyy-mm-dd or commit" id="start-bound" />
6060
end: <input placeholder="yyyy-mm-dd or commit" id="end-bound" />
61-
<a href="#" onClick="submit(); return false;">Submit</a>
61+
<a href="#" onClick="submit_settings(); return false;">Submit</a>
6262
</div>
6363
<div>
6464
See <a href="/compare.html">compare page</a> for descriptions of what

0 commit comments

Comments
 (0)