diff options
Diffstat (limited to 'script.js')
| -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, } }); |
