cagartner
4/18/2016 - 1:51 PM

show console log on magento

show console log on magento

<script>
  jQuery(document).ready(function(){
    window.console = jQuery('<iframe>').hide().appendTo('body')[0].contentWindow.console;
  });
</script>