jquery temporary fix

This commit is contained in:
Raphael Dannecker 2021-01-06 20:02:38 +01:00
parent 31c581e4a6
commit 7b8c4d6f11

View file

@ -122,7 +122,7 @@ require([
block_timetable_type = type;
}
$('[data-toggle="popover"]').popover();
//$('[data-toggle="popover"]').popover();
//alert("Hi, this is a test");
$(".nextweek").click(function() {
@ -160,5 +160,7 @@ require([
select_type('subject');
}
$('[data-toggle="popover"]').popover();
});
{{/ js }}