summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-01 20:59:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-01 20:59:36 +0000
commitde3ea4e95687812e6aeb2f109f5c9fbac0bd4a08 (patch)
treee85ea7664b683f4a7fbaef730269ee5ecb0999c2
parentd7ff116d8a793d47eeca319339bdb75c69445d4c (diff)
libs/web: remove debug code from cbi.js
-rw-r--r--libs/web/htdocs/luci-static/resources/cbi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/web/htdocs/luci-static/resources/cbi.js b/libs/web/htdocs/luci-static/resources/cbi.js
index 280d476be..3959b6937 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);
}
}