From 891f768cdc197eea2abd9dd9b8a8a0a3476c9af4 Mon Sep 17 00:00:00 2001 From: 2deep4real <denis.peters@udo.edu> Date: Mon, 29 Jun 2015 22:20:35 +0200 Subject: [PATCH] fixed bug where clock was looking for wrong file --- panels/clock/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/clock/script.js b/panels/clock/script.js index f1b6b14..0d89190 100644 --- a/panels/clock/script.js +++ b/panels/clock/script.js @@ -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, -- GitLab