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,8 +412,10 @@ function mailRegistration() {
412 412
        for (var j in hash){  
413 413
            if(hash[url]==undefined){
414 414
            	window.open("http://mail." + url);
415
            	break;
415 416
        	}else{
416 417
           		window.open(hash[url]);	
418
           		break;
417 419
        	}
418 420
        }  
419 421
	})