MediaWiki:Gadget-switcher.js: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
Nova stran z vsebino: 'use strict'; $( function () { $.each( document.querySelectorAll( '.switcher-container' ), function ( i ) { var activeElement, switchers = [], container = this, radioN...
 
m sl
 
Vrstica 32:
} );
if ( switchers.length > 1 ) {
$( '<label style="display:block">ShowPrikaži allvse</label>' ).prepend(
$( '<input type="radio">' ).attr( 'name', radioName ).click( function () {
$( switchers ).show();