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