mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
(function() {
|
|
function initPopover() {
|
|
$(function () {
|
|
$('[data-toggle="popover"]').popover();
|
|
})
|
|
}
|
|
|
|
initPopover();
|
|
})();
|