From: Patrick Schönberger Date: Fri, 30 Nov 2018 11:33:00 +0000 (+0100) Subject: fix bg image resize X-Git-Url: https://gitweb.ps.run/lolstats/commitdiff_plain/c469ea1cd9f021a7a6dd992e631bb7a2c2d00cc7?ds=inline fix bg image resize --- diff --git a/script.js b/script.js index c343633..1d861e1 100644 --- a/script.js +++ b/script.js @@ -23,7 +23,7 @@ function getType() { var bg = new Vue({ el: '#background', data: { - image: ionia1, + image: getType() ? ionia1 : ionia2, } });