Update index.html

This commit is contained in:
dukesrg 2015-04-27 13:49:17 +03:00
parent a07a803e85
commit a47900870e

View File

@ -48,7 +48,7 @@ function geturl(obj) {
if (value.length > 0){
v += '&';
if(hasOwnProperty('valueprefix')){
cc+=valueprefix;
v+=valueprefix;
}
if(obj.id=="arcode"){
cc=value.toUpperCase().replace(/[^\dA-F]/g,'');