modified : category popover thumbs issue fixed

This commit is contained in:
Fahad Abbas 2017-06-05 12:25:40 +05:00
parent 66ddfce510
commit b7fe8409fa

View file

@ -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 -->