Improve registrar area bulk change UI

#662
This commit is contained in:
Artur Beljajev 2018-04-18 12:44:24 +03:00
parent fb9f7a561e
commit a713d6f811
16 changed files with 133 additions and 82 deletions

View file

@ -0,0 +1,9 @@
(function() {
function initPopover() {
$(function () {
$('[data-toggle="popover"]').popover();
})
}
initPopover();
})();