libs/web: remove debug code from cbi.js
This commit is contained in:
parent
d7ff116d8a
commit
de3ea4e956
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ var cbi_validators = {
|
||||||
(RegExp.$2 ? ':' + RegExp.$2 : '');
|
(RegExp.$2 ? ':' + RegExp.$2 : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
window.status = addr;
|
|
||||||
return (addr.match(/^(?:[a-fA-F0-9]{1,4}:){7}[a-fA-F0-9]{1,4}$/) != null);
|
return (addr.match(/^(?:[a-fA-F0-9]{1,4}:){7}[a-fA-F0-9]{1,4}$/) != null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue