From bf9cc6bbff7cb00609bec8bef5445053e281feaa Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 24 Jun 2018 21:59:12 +0200 Subject: [PATCH] Url angepasst --- witzig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/witzig.js b/witzig.js index 377c504..8625efb 100644 --- a/witzig.js +++ b/witzig.js @@ -54,9 +54,9 @@ function inject() { log("Stempelfläche vergrößert."); var image_container_object = document.querySelectorAll(image_container_path); log("Packe Stempel aus..."); - inject_image(image_container_object[0], getURL("media/sticker-witzig.png")); + inject_image(image_container_object[0], getURL("media/stempel-witzig.png")); log("Witzig!"); - inject_image(image_container_object[1], getURL("media/sticker-nicht-witzig.png")); + inject_image(image_container_object[1], getURL("media/stempel-nicht-witzig.png")); log("Nicht Witzig!"); }