We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c643f commit 324393cCopy full SHA for 324393c
README.md
@@ -45,4 +45,11 @@ web:
45
-a ADDRESS, --address ADDRESS
46
47
48
-```
+```
49
+
50
+TODO:
51
52
+* more unit tests
53
+* ajax
54
+* client-side validation
55
+* throbber
web/xfipchk.html
@@ -45,7 +45,7 @@
<textarea class="ip_addresses" name="ip_addresses" id="ip_addresses"></textarea>
</div>
<div id="std_buttons">
- <button id="submit" form="the_form" onclick="check_ips()">Submit</button> <button id="reset" type="reset" form="the_form" value="reset">Reset</button>
+ <button id="submit" form="the_form" type="submit">Submit</button> <button id="reset" type="reset" form="the_form" value="reset">Reset</button>
</form>
0 commit comments