i'm gonna pull my hair out
This commit is contained in:
parent
7440239deb
commit
62f0d62bb7
|
|
@ -47,5 +47,5 @@
|
||||||
A 17 Year Old devloper from <b>England, United Kingdom</b> who rarely actually does devlopment work, and just tries to help out whenever she can.
|
A 17 Year Old devloper from <b>England, United Kingdom</b> who rarely actually does devlopment work, and just tries to help out whenever she can.
|
||||||
</body>
|
</body>
|
||||||
<script src="js/index.js"></script>
|
<script src="js/index.js"></script>
|
||||||
<script src="js/cat.js" data-cat="/assets/media/oneko.gif"></script>
|
<script src="js/cat.js" data-cat="assets/media/oneko.gif"></script>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
let nekoFile = "./assets/media/oneko.gif"
|
let nekoFile = "./oneko.gif"
|
||||||
const curScript = document.currentScript
|
const curScript = document.currentScript
|
||||||
if (curScript && curScript.dataset.cat) {
|
if (curScript && curScript.dataset.cat) {
|
||||||
nekoFile = curScript.dataset.cat
|
nekoFile = curScript.dataset.cat
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue