summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-24 12:41:17 +0100
committerAlib <aliboba@free.fr>2010-03-24 12:41:17 +0100
commit119ba65e5436128d3ee68cc1679c133b2b854a6f (patch)
treee7cf3ed614b1591ebee54ee2382365b39139509f /js
parentf6c5b0f753bff20165dd022e9d8538ad2067459f (diff)
downloadistreamdev-119ba65e5436128d3ee68cc1679c133b2b854a6f.tar.gz
istreamdev-119ba65e5436128d3ee68cc1679c133b2b854a6f.tar.bz2
corrected bug with text input submission
Diffstat (limited to 'js')
-rw-r--r--js/istreamdev.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/istreamdev.js b/js/istreamdev.js
index 7f22e4a..16bc9dc 100644
--- a/js/istreamdev.js
+++ b/js/istreamdev.js
@@ -910,7 +910,6 @@ $('.submit_form').tap(function(event) {
});
function checktimerform() {
-
$('.formerror').hide();
var timer_name = $("input#timer_name").val();
if (timer_name == "") {
@@ -947,7 +946,6 @@ function checktimerform() {
gen_timers("true");
json_start(this);
showStatus( 0,message );
- return false;
});
return false;
};