diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 8941ce3958a90711d309c1a7ef3c7a3f9c148a97 (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /src/index.js | |
parent | 1893ddafd77d7e9d7489b1f4bbe8ff9d66389c5e (diff) |
RESTRUCT Update layout to remove homescreen styles
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/index.js b/src/index.js index 007f72f..b5d367b 100644 --- a/src/index.js +++ b/src/index.js @@ -1,11 +1,8 @@ /* JS */ -import '@iconfu/svg-inject'; import './js/AFB.js'; import { init, launch } from './js/app.js'; /* CSS */ import './styles/app.scss'; -window.launch = launch; - document.addEventListener('DOMContentLoaded', init);
\ No newline at end of file |