X-Git-Url: https://gitweb.ps.run/lolstats/blobdiff_plain/03797acb781ad41158dedeae18c390420363301f..c469ea1cd9f021a7a6dd992e631bb7a2c2d00cc7:/script.js 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, } });