Cambios

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

sin resumen de edición
Línea 111: Línea 111:  
/*blinking + register tour first step*/   
 
/*blinking + register tour first step*/   
   −
if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.cookie.get('registroprelude_tour')===null && mw.user.isAnon()){
+
$( document ).ready(function() {
 +
    if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.cookie.get('registroprelude_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");
 
for(i=0;i<10;i++) {
 
for(i=0;i<10;i++) {
Línea 121: Línea 122:  
//mw.guidedTour.setTourCookie( 'registroprelude');
 
//mw.guidedTour.setTourCookie( 'registroprelude');
 
}
 
}
 +
 +
});
     

Menú de navegación