Skip to content
Snippets Groups Projects
Commit 891f768c authored by 2deep4real's avatar 2deep4real
Browse files

fixed bug where clock was looking for wrong file

parent 9ecbe05e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ this.loaded = function(panel, config) {
var DigitalCanvasClock = function() {
var
me = this,
analBGFile = "panels/clock2/background.svg",
analBGFile = "panels/clock/background.svg",
analBGImg = new Image(),
analogFactor = 0.9,
useBackground = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment