Update : Fix admin login JS error

This commit is contained in:
MacWarrior 2016-10-09 22:33:13 +02:00
parent 67a0f8929e
commit e2824557a4

View file

@ -56,11 +56,9 @@
<!-- for bootstrap wysiwyg -->
<!-- for popovers -->
<script src="{$theme_url}/bootstrap/js/bootstrap.js"></script>
<script>
$(function (){
$(".popoverButton").popover();
});
if( $(".popoverButton").length > 0 )
$(".popoverButton").popover();
</script>
<!-- bootstrap x-editable -->