-
looks hungry..
-
is starving!! you need to feed them!!
-
looks at you with wide eyes..
-
has left a bit of a mess! time to clean!
-
there's even more mess in here.. shouldn't you clean it for ?
-
what a mess!! can't be happy.. you've gotta clean in here
+
+
+
+
+
+
looks hungry..
+
is starving!! you need to feed them!!
+
looks at you with wide eyes..
+
has left a bit of a mess! time to clean!
+
there's even more mess in here.. shouldn't you clean it for ?
+
what a mess!! can't be happy.. you've gotta clean in here
diff --git a/site/root/js/pet-me.js b/site/root/js/pet-me.js
index 57fc4e6..a352afd 100644
--- a/site/root/js/pet-me.js
+++ b/site/root/js/pet-me.js
@@ -6,6 +6,7 @@
: "https://cf.zyllian.workers.dev/api/pet";
const petCounter = document.querySelector("#pet-counter");
+ const internal = petCounter.querySelector(".internal");
const count = petCounter.querySelector(".count");
const petButton = petCounter.querySelector("button");
@@ -24,5 +25,5 @@
}
});
- petCounter.style.display = "block";
+ internal.style.display = "block";
})();
diff --git a/site/sass/index.scss b/site/sass/index.scss
index 96eb4d9..b636308 100644
--- a/site/sass/index.scss
+++ b/site/sass/index.scss
@@ -191,8 +191,11 @@ abbr {
}
#pet-counter {
- display: none;
position: fixed;
bottom: 4px;
right: 4px;
+
+ .internal {
+ display: none;
+ }
}
diff --git a/site/templates/base.hbs b/site/templates/base.hbs
index fd29cda..d6a4cd2 100644
--- a/site/templates/base.hbs
+++ b/site/templates/base.hbs
@@ -36,8 +36,11 @@