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

This commit is contained in:
Главред | Glavred
2020-11-10 14:14:35 +03:00
parent 18e36e2c5d
commit e7a251cbe1
4 changed files with 3 additions and 20 deletions

2
0000
View File

@@ -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

View File

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

1
📦
View File

@@ -7,3 +7,4 @@ 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

17
🙈.js
View File

@@ -29,20 +29,3 @@
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;
}
}
};