From f3ec3f0718f6695e32ba2e089a20bb4f463e99d7 Mon Sep 17 00:00:00 2001 From: ajuvercr Date: Wed, 31 Oct 2018 15:27:18 +0100 Subject: [PATCH] remove useless html, move Ghost to apropriate folder --- .../{scripts/halloween => images}/Ghost.jpg | Bin content/assets/scripts/halloween/index.html | 16 ---------------- content/assets/scripts/halloween/main.js | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) rename content/assets/{scripts/halloween => images}/Ghost.jpg (100%) delete mode 100644 content/assets/scripts/halloween/index.html diff --git a/content/assets/scripts/halloween/Ghost.jpg b/content/assets/images/Ghost.jpg similarity index 100% rename from content/assets/scripts/halloween/Ghost.jpg rename to content/assets/images/Ghost.jpg diff --git a/content/assets/scripts/halloween/index.html b/content/assets/scripts/halloween/index.html deleted file mode 100644 index 5330cdf..0000000 --- a/content/assets/scripts/halloween/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - -
- - -
- - - - - - \ No newline at end of file diff --git a/content/assets/scripts/halloween/main.js b/content/assets/scripts/halloween/main.js index 3c98d75..0996caf 100644 --- a/content/assets/scripts/halloween/main.js +++ b/content/assets/scripts/halloween/main.js @@ -57,7 +57,7 @@ function update_coolness() { wasmWorker.onmessage = function (e) { var img2 = document.createElement("img"); - img2.src = "../assets/scripts/halloween/Ghost.jpg"; + img2.src = "../assets/images/Ghost.jpg"; if(e.data.features) { ctx.clearRect(0,0, width, height);