forked from FoundKeyGang/FoundKey
refactor
This commit is contained in:
parent
aae9bc4cf4
commit
6ff84a1061
2 changed files with 2 additions and 4 deletions
|
@ -98,9 +98,6 @@ const html = document.documentElement;
|
|||
html.setAttribute('lang', lang);
|
||||
//#endregion
|
||||
|
||||
// http://qiita.com/junya/items/3ff380878f26ca447f85
|
||||
document.body.setAttribute('ontouchstart', '');
|
||||
|
||||
// アプリ基底要素マウント
|
||||
document.body.innerHTML = '<div id="app"></div>';
|
||||
|
||||
|
|
|
@ -61,7 +61,8 @@ html
|
|||
document.documentElement.style.backgroundImage = `url(${wallpaper})`;
|
||||
}
|
||||
|
||||
body
|
||||
//- https://qiita.com/junya/items/3ff380878f26ca447f85
|
||||
body(ontouchstart='')
|
||||
noscript: p
|
||||
| JavaScriptを有効にしてください
|
||||
br
|
||||
|
|
Loading…
Reference in a new issue