MediaWiki:Common.js: различия между версиями
Kerisar (обсуждение | вклад) мНет описания правки |
Kerisar (обсуждение | вклад) мНет описания правки |
||
| Строка 97: | Строка 97: | ||
}; | }; | ||
updateServerInfo(serverInfo, name); | updateServerInfo(serverInfo, name); | ||
console.log("serverInfo", serverInfo, "currentUnixTime", currentUnixTime, | //console.log("serverInfo", serverInfo, "currentUnixTime", currentUnixTime,"unixStartRound", unixStartRound); | ||
}); | }); | ||
}).catch(function(error) { | }).catch(function(error) { | ||
| Строка 221: | Строка 220: | ||
for (var i = 0; i < cssEls.length; i++) { | for (var i = 0; i < cssEls.length; i++) { | ||
const textCSS = cssEls[i].textContent; | const textCSS = cssEls[i].textContent; | ||
console.log(textCSS); | //console.log(textCSS); | ||
customCSS(textCSS); | customCSS(textCSS); | ||
} | } | ||