Procházet zdrojové kódy

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

master
Главред | Glavred před 3 roky
rodič
revize
e7a251cbe1
4 změnil soubory, kde provedl 3 přidání a 20 odebrání
  1. +1
    -1
      0000
  2. +0
    -1
      🎬.череда
  3. +2
    -1
      📦
  4. +0
    -17
      🙈.js

+ 1
- 1
0000 Zobrazit soubor

@@ -1,5 +1,5 @@
МАОН МАОН
0.2.4
0.2.5
https://git.opengamestudio.org/KH/MAOH https://git.opengamestudio.org/KH/MAOH


x /⨐.js x /⨐.js


+ 0
- 1
🎬.череда Zobrazit soubor

@@ -1,6 +1,5 @@
пуск пуск
задать заголовок задать заголовок
скрыть отладочные элементы страницы
отобразить страницу загрузки маджонга отобразить страницу загрузки маджонга
проверить наличие обновлений приложения проверить наличие обновлений приложения
обновления приложения отсутствуют обновления приложения отсутствуют


+ 2
- 1
📦 Zobrazit soubor

@@ -6,4 +6,5 @@ https://bitbucket.org/gitjs/jquery/raw/3.5.1/0000
https://bitbucket.org/gitjs/uikit/raw/3.2.0/0000 https://bitbucket.org/gitjs/uikit/raw/3.2.0/0000
https://git.opengamestudio.org/mahjong/base64/raw/branch/master/0000 https://git.opengamestudio.org/mahjong/base64/raw/branch/master/0000
https://git.opengamestudio.org/mahjong/mahjong-raskladka-layout/raw/branch/master/0000 https://git.opengamestudio.org/mahjong/mahjong-raskladka-layout/raw/branch/master/0000
https://git.opengamestudio.org/mahjong/povtorniy-repeating-ui/raw/branch/master/0000
https://git.opengamestudio.org/mahjong/povtorniy-repeating-ui/raw/branch/master/0000
https://git.opengamestudio.org/KH/PuCOBATEJlb-renderer/raw/branch/master/0000

+ 0
- 17
🙈.js Zobrazit soubor

@@ -28,21 +28,4 @@
var рамка = "<iframe id='экран-загрузки' class='фон-экрана' frameBorder='0'></iframe>"; var рамка = "<iframe id='экран-загрузки' class='фон-экрана' frameBorder='0'></iframe>";
document.body.insertAdjacentHTML("afterbegin", рамка); document.body.insertAdjacentHTML("afterbegin", рамка);
document.getElementById("экран-загрузки").src = "data:text/html;charset=utf-8," + структура; document.getElementById("экран-загрузки").src = "data:text/html;charset=utf-8," + структура;
};


// // // //


СкрытьОтладочныеЭлементыСтраницы = мир =>
{
var элементы = document.body.children;
for (var номер in элементы)
{
var элемент = элементы[номер];
if (элемент.classList && элемент.classList.contains("отладка"))
{
элемент.hidden = true;
}
}
}; };

Načítá se…
Zrušit
Uložit