diff options
author | Alib <aliboba@free.fr> | 2010-03-21 00:50:26 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-21 00:50:26 +0100 |
commit | 2d1a22a6491a66f7dde69d2a348374c4a689bcca (patch) | |
tree | cabf7a7506220ec3129c0885ab8e0cc41ae6a469 /index.html | |
parent | 47df9936768e093e30ed38001fa8104fd57aeec9 (diff) | |
download | istreamdev-2d1a22a6491a66f7dde69d2a348374c4a689bcca.tar.gz istreamdev-2d1a22a6491a66f7dde69d2a348374c4a689bcca.tar.bz2 |
corrected form submission from text input
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ <a href="#home" id="home_but" class="button slideup">Home</a> <h1></h1> </div> - <form name="timer" id="timer" action=""> + <form name="timer" id="timer" onsubmit="checktimerform();"> <ul class="rounded"> <li><span class="timertitle">Active</span><span class="toggle"><input id="timer_active" name="timer_active" type="checkbox" /></span></li> </ul> |