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 09:42:15 +0100 |
commit | 218d0148b1336793aec2bdb5a157f1d3a671807b (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /src/index.js | |
parent | 6ccf7d59c5b7accf5ac6040860c087b3c90207f4 (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 |