Diferencia entre revisiones de «MediaWiki:Common.js»
Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
Línea 2: | Línea 2: | ||
/* | /* | ||
setTimeout(function(){ | setTimeout(function(){ | ||
− | if (mw.cookie.get(' | + | if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){ |
var answer = confirm ("¿Quieres aprender a registrarte como usuario del sitio?"); | var answer = confirm ("¿Quieres aprender a registrarte como usuario del sitio?"); | ||
if (answer) | if (answer) | ||
Línea 9: | Línea 9: | ||
}, 10000); | }, 10000); | ||
*/ | */ | ||
+ | |||
+ | if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){ | ||
+ | $("#pt-createaccount").effect( "pulsate", {times:5}, 3000 ); | ||
+ | } | ||
Revisión del 18:10 17 oct 2016
/*ask users to register*/ /* setTimeout(function(){ if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){ var answer = confirm ("¿Quieres aprender a registrarte como usuario del sitio?"); if (answer) window.location="http://cnbguatemala.org/index.php?title=Especial:SemanticSignup&tour=registro"; } }, 10000); */ if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.user.isAnon()){ $("#pt-createaccount").effect( "pulsate", {times:5}, 3000 ); } /*the first tour mw.guidedTour.setTourCookie('inicio_tour'); */ /* var conf = mw.config.get([ 'wgNamespaceNumber', 'wgTitle', 'wgPageName' ]); // Only do the following on the Project:Sandbox page. if ( conf.wgNamespaceNumber === 0 ) { // Add a link to the actions menu to Special:Log for this page. mw.loader.using( 'mediawiki.util', function () { mw.util.addPortletLink( 'p-cactions', mw.util.getUrl( 'Special:Log', { page : conf.wgPageName } ), 'Logs' ); } ); } */ /* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios en cada carga de página */ /* Activa instrumento para definir coordenadas de imágenes como vínculos bajo ImageMap /*importScriptURI('//tools.wmflabs.org/imagemapedit/ime.js');*/