Digital module, not complete, was crashing app by looking for a non-existant module
This commit is contained in:
parent
a342ecca66
commit
5f50e1f082
|
@ -239,7 +239,7 @@ button:focus {
|
||||||
width: 7px;
|
width: 7px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: calc(50% - (14px * 2));
|
left: calc(22%);
|
||||||
}
|
}
|
||||||
.dial-end {
|
.dial-end {
|
||||||
transform: rotateZ(0deg);
|
transform: rotateZ(0deg);
|
||||||
|
|
|
@ -13,7 +13,7 @@ const uuid = require('uuid')
|
||||||
const events = require('events')
|
const events = require('events')
|
||||||
const async = require('async')
|
const async = require('async')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const digital = require('./lib/digital')
|
//const digital = require('./lib/digital')
|
||||||
const ee = new events.EventEmitter()
|
const ee = new events.EventEmitter()
|
||||||
//const capture = require('./lib/capture')(ee)
|
//const capture = require('./lib/capture')(ee)
|
||||||
const settings = require('./lib/settings')
|
const settings = require('./lib/settings')
|
||||||
|
|
Loading…
Reference in New Issue