treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--script.js2
1 files changed, 1 insertions, 1 deletions
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,
}
});