From b99c4849d5a8e8b82d8ae294226e0a13cccdadc6 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Mon, 1 Jul 2019 12:51:32 +0200 Subject: FUNCT Added black list support --- src/js/app.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/js/app.js') diff --git a/src/js/app.js b/src/js/app.js index 90fde53..16749c0 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,4 +1,5 @@ import Mustache from 'mustache'; +var configjson = require('../config.json'); var host = document.location.hostname; var port = document.location.port; @@ -40,12 +41,14 @@ function display_icon(app) { function render_applications(apps) { var appContainer = document.getElementById('AppContainer'); for( var i=0; i