MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 302: Line 302:


docReady(function () {
docReady(function () {
     if ((localStorage.getItem('current-server') !== null) {
     if (localStorage.getItem('current-server') !== null) {
     setTimeout(function () {
     setTimeout(function () {
         document.querySelectorAll('.tabber-tab').forEach(function (node) {  
         document.querySelectorAll('.tabber-tab').forEach(function (node) {