From: Jo-Philipp Wich Date: Wed, 1 Dec 2010 20:59:36 +0000 (+0000) Subject: libs/web: remove debug code from cbi.js X-Git-Tag: 0.10.0~327 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=de3ea4e95687812e6aeb2f109f5c9fbac0bd4a08 libs/web: remove debug code from cbi.js --- diff --git a/libs/web/htdocs/luci-static/resources/cbi.js b/libs/web/htdocs/luci-static/resources/cbi.js index 280d476be5..3959b6937f 100644 --- a/libs/web/htdocs/luci-static/resources/cbi.js +++ b/libs/web/htdocs/luci-static/resources/cbi.js @@ -90,7 +90,6 @@ var cbi_validators = { (RegExp.$2 ? ':' + RegExp.$2 : ''); } - window.status = addr; return (addr.match(/^(?:[a-fA-F0-9]{1,4}:){7}[a-fA-F0-9]{1,4}$/) != null); } }