From 5f50e1f082d3b8d59b6085d950949aeddd2cf800 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 23 Oct 2018 14:32:41 -0400 Subject: [PATCH] Digital module, not complete, was crashing app by looking for a non-existant module --- app/css/app.css | 2 +- app/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 1ac2729..1177039 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -239,7 +239,7 @@ button:focus { width: 7px; position: absolute; top: 0; - left: calc(50% - (14px * 2)); + left: calc(22%); } .dial-end { transform: rotateZ(0deg); diff --git a/app/main.js b/app/main.js index 975a8a8..921bfc9 100644 --- a/app/main.js +++ b/app/main.js @@ -13,7 +13,7 @@ const uuid = require('uuid') const events = require('events') const async = require('async') const path = require('path') -const digital = require('./lib/digital') +//const digital = require('./lib/digital') const ee = new events.EventEmitter() //const capture = require('./lib/capture')(ee) const settings = require('./lib/settings')