From 119ba65e5436128d3ee68cc1679c133b2b854a6f Mon Sep 17 00:00:00 2001 From: Alib Date: Wed, 24 Mar 2010 12:41:17 +0100 Subject: corrected bug with text input submission --- index.php | 2 +- js/istreamdev.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/index.php b/index.php index 08ef1b0..2ff5236 100644 --- a/index.php +++ b/index.php @@ -175,7 +175,7 @@ include ('bin/auth.php'); Home

-
+ 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; }; -- cgit v1.2.3