Update index.html

This commit is contained in:
dukesrg 2015-04-27 16:18:26 +03:00
parent 345d052dd9
commit 30485f5911

View File

@ -57,7 +57,9 @@ function geturl(obj) {
c=Array(9-n.length).join('0')+n+c;
}
if(hasOwnProperty('little-endian')){
a=c.toUpperCase().replace(/[^\dA-F]/g,'').match(/......../g);
alert(c.toUpperCase().replace(/[^\dA-F]/g,''));
alert(c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g).length);
a=c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g);
c='';
while(a.length>0){
for(b=a.shift().match(/..?/g);b.length>0;cc+=b.pop());