diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-01 20:59:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-01 20:59:36 +0000 |
commit | de3ea4e95687812e6aeb2f109f5c9fbac0bd4a08 (patch) | |
tree | e85ea7664b683f4a7fbaef730269ee5ecb0999c2 /libs | |
parent | d7ff116d8a793d47eeca319339bdb75c69445d4c (diff) |
libs/web: remove debug code from cbi.js
Diffstat (limited to 'libs')
-rw-r--r-- | libs/web/htdocs/luci-static/resources/cbi.js | 1 |
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); } } |