From 6e745acaa5f01f0502718d9957cd4def4db21b3a Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Tue, 30 Aug 2016 19:53:13 +0200 Subject: [PATCH] bugfix --- resource/web/map.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/web/map.tmpl b/resource/web/map.tmpl index e60fefe3..7ddafa35 100755 --- a/resource/web/map.tmpl +++ b/resource/web/map.tmpl @@ -131,7 +131,7 @@ function drawLoop(){ if (editModeEnabled == false) drawMap(); - setTimeout("drawMap()", 10000); + setTimeout("drawLoop()", 10000); } function drawMap(){