Cambios

Ir a la navegación Ir a la búsqueda
Busca en cnbGuatemala con Google

sin resumen de edición
Línea 1: Línea 1:  
/*ask users to register*/
 
/*ask users to register*/
/*
+
 
 
setTimeout(function(){
 
setTimeout(function(){
 
     if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){
 
     if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){
Línea 8: Línea 8:  
}
 
}
 
}, 10000);
 
}, 10000);
*/
+
 
    
/*blinking register*/
 
/*blinking register*/
/*
+
 
 
if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){
 
if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){
 
$("#pt-createaccount a").prop("href", "http://cnbguatemala.org/index.php?title=Especial:SemanticSignup&tour=registro");
 
$("#pt-createaccount a").prop("href", "http://cnbguatemala.org/index.php?title=Especial:SemanticSignup&tour=registro");
Línea 20: Línea 20:  
   }  
 
   }  
 
}
 
}
*/
+
 
     

Menú de navegación