Update : Fix admin login JS error
This commit is contained in:
parent
67a0f8929e
commit
e2824557a4
1 changed files with 2 additions and 4 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue