From 56c21af49ee7742d054c186de08903b16cfcfc5c Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 28 May 2016 18:22:11 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B2=D0=BE=D0=B4=D0=B8=D0=BC=D0=BE=D0=B3=D0=BE=20=D1=82?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/tracks.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/js/tracks.js b/public/js/tracks.js index f3dd20d..10185b7 100644 --- a/public/js/tracks.js +++ b/public/js/tracks.js @@ -40,8 +40,7 @@ function hideTrack(id) function loadTrack(id) { - colors = ['red', 'green', 'blue', 'orange']; - colors = ['green']; + colors = ['#e93333', '#fea22e', '#ff0', '#0f0', '#4267de', '#e42086', '#333']; colorIndex = 0; tracks = new Array(); markers = new Array();