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:12:47 +0100 |
commit | 954db2a44b1eab1c973bd94382f5abc5829f7b1e (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /src/index.js | |
parent | d15f8cb06f8d45e9bdaf28cf861f2f14d23ef968 (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 |