Cambios

Busca en cnbGuatemala con Google

sin resumen de edición
Línea 1: Línea 1:  +
//collapse default TOC on opening pages
 +
function hideToc() {
 +
  var toc = document.getElementById('toc').getElementsByTagName('ul')[0];
 +
  var toggleLink = document.getElementById('togglelink');
 +
  toc.style.display = 'none';
 +
}
 +
hideToc();
 +
 
/*table grouping*/
 
/*table grouping*/
   Línea 112: Línea 120:     
$( document ).ready(function() {
 
$( document ).ready(function() {
     if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.cookie.get('registroprelude_tour')===null && (!mw.config.get( "wgUserGroups" ).intersects( ['users']) ) ){
+
     if (mw.cookie.get('inicio_tour')!==null && mw.cookie.get('registro_tour')===null && mw.cookie.get('registroprelude_tour')===null ){
 
$("#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++) {