Fix hovercard vanish
This commit is contained in:
parent
ea218438d2
commit
78a20e5acb
7 changed files with 122 additions and 9 deletions
|
@ -106,7 +106,10 @@ $(document).ready(function(){
|
|||
delay: {
|
||||
show: 500,
|
||||
hide: 100
|
||||
}
|
||||
},
|
||||
sanitizeFn: function (content) {
|
||||
return DOMPurify.sanitize(content)
|
||||
},
|
||||
});
|
||||
|
||||
// initialize the bootstrap-select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue