diff options
| -rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ function getType() { var bg = new Vue({ el: '#background', data: { - image: ionia1, + image: getType() ? ionia1 : ionia2, } }); |
![]() |
index : lolstats | |
| Test using express, lowdb and Vue to create a stats site using Riot Games' API (no longer working) | Git daemon user |
| treesummaryrefslogcommitdiff |
| -rw-r--r-- | script.js | 2 |
@@ -23,7 +23,7 @@ function getType() { var bg = new Vue({ el: '#background', data: { - image: ionia1, + image: getType() ? ionia1 : ionia2, } }); |