diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-31 22:59:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-31 22:59:56 +0200 |
| commit | fe399143527972050534b3262c94dfbf291ddb41 (patch) | |
| tree | a5a51eacca14c96919d9ca996bdef6f5eb2a272d /app/client/api | |
| parent | b8885039a6ba87cf329be1daf96c80914ecfef0b (diff) | |
split out datasets folder
Diffstat (limited to 'app/client/api')
| -rw-r--r-- | app/client/api/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
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)' |
