New version of the lecture
This commit is contained in:
8
Lecture_files/libs/kePrint-0.0.1/kePrint.js
Normal file
8
Lecture_files/libs/kePrint-0.0.1/kePrint.js
Normal file
@@ -0,0 +1,8 @@
|
||||
$(document).ready(function(){
|
||||
if (typeof $('[data-toggle="tooltip"]').tooltip === 'function') {
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
}
|
||||
if ($('[data-toggle="popover"]').popover === 'function') {
|
||||
$('[data-toggle="popover"]').popover();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user