diff options
author | Florian <stayawake@lavabit.com> | 2014-02-14 19:45:17 +0100 |
---|---|---|
committer | Florian <stayawake@lavabit.com> | 2014-02-14 19:45:17 +0100 |
commit | 7e5443f9221ba6526522a0e04a4f1a6b1d6c2554 (patch) | |
tree | 1a3d8895d6ea20d884fc2189eab2c4200c3aed7d /cam.html | |
parent | 70506cc35a86b9f18e5076ec5137c1d22ee77f76 (diff) |
print button closes form
Diffstat (limited to 'cam.html')
-rw-r--r-- | cam.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ </textarea> <p> - <a href="#" id='printButton'> </a> + <a href="#" id='printButton' onclick='printForm()'> </a> </p> </div> |