diff --git a/config/panel/scrollbar/oh14.json b/config/panel/scrollbar/oh14.json index a6b5af60b53ab96e010e061306991169841c9753..24210bda1684b8c928098bce02ad7c4aea663992 100755 --- a/config/panel/scrollbar/oh14.json +++ b/config/panel/scrollbar/oh14.json @@ -2,7 +2,7 @@ "texts": [ [ "BETA-V01 - 01.07.2015" - ] + ], [ "Ihr wollt etwas beitragen?", "https://bitbucket.org/FsInformatikDortmund", diff --git a/panels/scrollbar/script.js b/panels/scrollbar/script.js index 3cfa77b53b09bdc63c4e170a977faa3d702624bb..09d0d80577a0095a3b4a7842e721d83eb7201963 100755 --- a/panels/scrollbar/script.js +++ b/panels/scrollbar/script.js @@ -53,7 +53,7 @@ this.loaded = function(panel, config) { mctx.drawImage(texts[textID].text, (left = left - (amount > 0 ? amount : 1)), 0); window.requestAnimationFrame(render); } else { - setTimeout(nextText, (delay >= 0 ? delay : 0) * 1000); + setTimeout(nextText, (delay >= 0 ? delay : 0) * 1000); } }