Cambios

Busca en cnbGuatemala con Google

Página creada con «( function ( window, document, $, mw, gt ) { if ( mw.config.get( 'wgPageName' ) !== 'Usuario:Editor' ) { return; } if (mw.cookie.get('encuesta01_tour')){...»
( function ( window, document, $, mw, gt ) {

if ( mw.config.get( 'wgPageName' ) !== 'Usuario:Editor' ) {
return;
}

if (mw.cookie.get('encuesta01_tour')){
return;
}


tour = new gt.TourBuilder( {
name: 'encuesta01'
} );

mw.cookie.set('encuesta01_tour','done');


var pageName = 'Usuario:Editor',
tour;


tour.firstStep( {
name: 'popup',
title: 'Ayúdanos a servirte mejor – completa nuestra encuesta',
description: 'Selecciona el botón para ir a la encuesta.',
position: 'topRight',
closeOnClickOutside: false,
overlay: true
buttons: [{
name: 'Encuesta',
onclick: function () {
window.location="http://www.surveymonkey.com";
}
}],
} )


} ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) );