expose jquery as $

This commit is contained in:
Sebastian Speitel 2020-04-08 13:53:41 +02:00
parent 9f49e7fbf8
commit 7295fc20c0
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ import "tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.css";
import "../css/wetter.css";
window.$ = $;
// Entfernen des Clickoverlay wenn drauf geklickt wurde, #28
$(".clickoverlay").on("click", function () {
$(this).remove();