From fe399143527972050534b3262c94dfbf291ddb41 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 31 May 2018 22:59:56 +0200 Subject: split out datasets folder --- app/client/api/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/client/api') diff --git a/app/client/api/util.js b/app/client/api/util.js index e561ca4..6500979 100644 --- a/app/client/api/util.js +++ b/app/client/api/util.js @@ -12,4 +12,4 @@ htmlClassList.remove('loading') function randint(n) { return Math.floor(Math.random()*n) } -document.body.style.background = 'linear-gradient(' + (randint(40)+40) + 'deg, #fde, #ffe)' +document.body.style.backgroundImage = 'linear-gradient(' + (randint(40)+40) + 'deg, #fde, #ffe)' -- cgit v1.2.3-70-g09d2