Изменения от Главреда ГитЖС | Changes of GitJS Glavred

This commit is contained in:
Главред | Glavred
2020-08-05 14:57:33 +03:00
parent 0b990ff506
commit 0c65021823
2 changed files with 30 additions and 0 deletions

View File

@@ -1,4 +1,18 @@
задатьВид = (css) =>
{
var вид = document.createElement("style");
вид.innerHTML = css;
document.head.appendChild(вид);
};
setStyle = задатьВид;
// // // //
задатьПараметрВСтрокеПоиска = (ключПараметра, значениеПараметра) =>
{
var строкаПоиска = decodeURI(window.location.search);