Browse Source

注册ie点击登录邮箱跳转好多次

jack 8 years ago
parent
commit
cb5acc8b57
1 changed files with 2 additions and 0 deletions
  1. 2 0
      js/register.js

+ 2 - 0
js/register.js

412
        for (var j in hash){  
412
        for (var j in hash){  
413
            if(hash[url]==undefined){
413
            if(hash[url]==undefined){
414
            	window.open("http://mail." + url);
414
            	window.open("http://mail." + url);
415
            	break;
415
        	}else{
416
        	}else{
416
           		window.open(hash[url]);	
417
           		window.open(hash[url]);	
418
           		break;
417
        	}
419
        	}
418
        }  
420
        }  
419
	})
421
	})