Skip to content

Commit 324393c

Browse files
author
Casey Boettcher
committed
Adding TODOs to README.md
1 parent 35c643f commit 324393c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,11 @@ web:
4545
-a ADDRESS, --address ADDRESS
4646
4747
48-
```
48+
```
49+
50+
TODO:
51+
52+
* more unit tests
53+
* ajax
54+
* client-side validation
55+
* throbber

web/xfipchk.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<textarea class="ip_addresses" name="ip_addresses" id="ip_addresses"></textarea>
4646
</div>
4747
<div id="std_buttons">
48-
<button id="submit" form="the_form" onclick="check_ips()">Submit</button> <button id="reset" type="reset" form="the_form" value="reset">Reset</button>
48+
<button id="submit" form="the_form" type="submit">Submit</button> <button id="reset" type="reset" form="the_form" value="reset">Reset</button>
4949
</div>
5050
</form>
5151
</div>

0 commit comments

Comments
 (0)