Update app.js
parent
e06a8d73fb
commit
ccee0c647d
|
|
@ -167,8 +167,6 @@ Modules.addCached("widget_utils", function() {
|
||||||
boxKeys.forEach((key) => {
|
boxKeys.forEach((key) => {
|
||||||
let boxConfig = boxes[key];
|
let boxConfig = boxes[key];
|
||||||
boxPos[key] = {
|
boxPos[key] = {
|
||||||
let background = require("clockbg");
|
|
||||||
Modules.addCached("widget_utils", function() {
|
|
||||||
};
|
};
|
||||||
isDragging[key] = false;
|
isDragging[key] = false;
|
||||||
wasDragging[key] = false;
|
wasDragging[key] = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue