Cambios

Busca en cnbGuatemala con Google

sin resumen de edición
Línea 1: Línea 1:  
/*ask users to register*/
 
/*ask users to register*/
if (mw.cookie.get('inicio_tour') && !mw.cookie.get('registro_tour') && mw.user.isAnon()){
+
setTimeout(function(){
 +
    if (mw.cookie.get('inicio_tour') && !mw.cookie.get('registro_tour') && mw.user.isAnon()){
 
var answer = confirm ("Want to learn how to register?");
 
var answer = confirm ("Want to learn how to register?");
 
if (answer)
 
if (answer)
 
window.location="http://cnbguatemala.org/index.php?title=Especial:SemanticSignup&tour=registro";
 
window.location="http://cnbguatemala.org/index.php?title=Especial:SemanticSignup&tour=registro";
 
}
 
}
 +
}, 20000);
 +