modified : category popover thumbs issue fixed
This commit is contained in:
parent
66ddfce510
commit
b7fe8409fa
1 changed files with 5 additions and 2 deletions
|
@ -67,8 +67,11 @@
|
|||
|
||||
<!-- for popovers -->
|
||||
<script>
|
||||
if( $(".popoverButton").length > 0 )
|
||||
$(".popoverButton").popover();
|
||||
$(document).ready(function(){
|
||||
if( $(".popoverButton").length > 0 ){
|
||||
$(".popoverButton").popover();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- bootstrap x-editable -->
|
||||
|
|
Loading…
Add table
Reference in a new issue