jquery temporary fix
This commit is contained in:
parent
31c581e4a6
commit
7b8c4d6f11
1 changed files with 3 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue