definicao de layout
This commit is contained in:
10
public/assets/js/popover-custom.js
Normal file
10
public/assets/js/popover-custom.js
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
$(function () {
|
||||
$('.example-popover').popover({
|
||||
container: 'body'
|
||||
});
|
||||
var dcolor = $(".example-popover").attr("data-theme");
|
||||
if(dcolor == "dark") {
|
||||
$(".popover").addClass("bg-dark");
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user