jquery popover initialization fixed?
This commit is contained in:
parent
d746a4b2c2
commit
c5d31f7812
1 changed files with 6 additions and 2 deletions
|
@ -158,9 +158,13 @@ require([
|
||||||
select_type(block_timetable_type);
|
select_type(block_timetable_type);
|
||||||
} else {
|
} else {
|
||||||
select_type('subject');
|
select_type('subject');
|
||||||
}
|
};
|
||||||
|
|
||||||
|
$(document).ready(function(){
|
||||||
$('[data-toggle="popover"]').popover();
|
$('[data-toggle="popover"]').popover();
|
||||||
|
});
|
||||||
|
|
||||||
|
//$('[data-toggle="popover"]').popover();
|
||||||
|
|
||||||
});
|
});
|
||||||
{{/ js }}
|
{{/ js }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue