diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-05 13:21:52 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 29051c70c53999fa9beec83fbd09ec17fd244539 (patch) | |
tree | bc415bcd242f1d4add1a598a8f0d18070a8d2467 /src/js/app.js | |
parent | adf54e211279a4efd6231b3396fbb28c7267258c (diff) |
FUNCT Added wired connection information
Diffstat (limited to 'src/js/app.js')
-rw-r--r-- | src/js/app.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/js/app.js b/src/js/app.js index fb7f77f..6e5ab20 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,5 +1,3 @@ -import * as bluetooth from './bluetooth'; -import * as wifi from './wifi'; import { load as load_template } from './templates'; import Mustache from 'mustache'; @@ -19,8 +17,6 @@ export function init() { template = result; Mustache.parse(template); show(); - bluetooth.init(); - wifi.init(); }, function(error) { console.error('ERRROR loading main template', error); }); |