From 50b8e04d9d8d9f17df0a2e9d25947397eb73f418 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Sat, 25 Sep 2010 17:58:26 +0200 Subject: [PATCH] removed unused function checkRegexp --- frontend/index.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 83ef266..b8c1bbe 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -233,18 +233,6 @@ $(document).ready(function() { } } - function checkRegexp(o,regexp,n) { - - if ( !( regexp.test( o.val() ) ) ) { - o.addClass('ui-state-error'); - updateTips(n); - return false; - } else { - return true; - } - } - - $("#dialog-form").dialog({ autoOpen: false, height: 300,