Изменения от Главреда ГитЖС | Changes of GitJS Glavred
This commit is contained in:
6
🎬.js
6
🎬.js
@@ -1,8 +1,10 @@
|
||||
ИспользоватьFullScreenHelper = мир =>
|
||||
{
|
||||
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>
|
||||
`;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user