Преглед изворни кода

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

master
Главред | Glavred пре 3 година
родитељ
комит
9980c6064d
2 измењених фајлова са 5 додато и 3 уклоњено
  1. +1
    -1
      0000
  2. +4
    -2
      🎬.js

+ 1
- 1
0000 Прегледај датотеку

@@ -1,5 +1,5 @@
Проверить Full Screen Helper Проверить Full Screen Helper
0.1.0
0.1.1
https://git.opengamestudio.org/kornerr/nPOBEPuTb-FullScreenHelper https://git.opengamestudio.org/kornerr/nPOBEPuTb-FullScreenHelper


/full-screen-helper.js /full-screen-helper.js


+ 4
- 2
🎬.js Прегледај датотеку

@@ -1,8 +1,10 @@
ИспользоватьFullScreenHelper = мир => ИспользоватьFullScreenHelper = мир =>
{ {
document.body.innerHTML += ` document.body.innerHTML += `
<button onclick="FullScreenHelper.request();">Полный экран</button>
<button onclick="FullScreenHelper.exit();">Вернуться</button>
<div id="fs">
<button onclick="FullScreenHelper.request('#fs');">Полный экран</button>
<button onclick="FullScreenHelper.exit();">Вернуться</button>
</div>
`; `;
}; };




Loading…
Откажи
Сачувај