Url angepasst
This commit is contained in:
parent
dd5d5df6cf
commit
bf9cc6bbff
@ -54,9 +54,9 @@ function inject() {
|
|||||||
log("Stempelfläche vergrößert.");
|
log("Stempelfläche vergrößert.");
|
||||||
var image_container_object = document.querySelectorAll(image_container_path);
|
var image_container_object = document.querySelectorAll(image_container_path);
|
||||||
log("Packe Stempel aus...");
|
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!");
|
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!");
|
log("Nicht Witzig!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user