Skip to content

Commit

Permalink
Ajuste para variavel BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eneiasramos committed Mar 23, 2016
1 parent 95aa9c5 commit 62f45d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,7 @@
}
//]]>
</script>
<script type="text/javascript">
if(!BASE_URL) var BASE_URL = "<?php echo Mage::helper('core/url')->getHomeUrl(); ?>";
</script>

Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@
loaderToBlockCssClass: 'onestepcheckout-add-loader-into-this-block'
});
</script>
<script type="text/javascript">
if(!BASE_URL) var BASE_URL = "<?php echo Mage::helper('core/url')->getHomeUrl(); ?>";
</script>

Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@
loaderToBlockCssClass: 'onestepcheckout-add-loader-into-this-block'
});
</script>
<script type="text/javascript">
if(!BASE_URL) var BASE_URL = "<?php echo Mage::helper('core/url')->getHomeUrl(); ?>";
</script>

0 comments on commit 62f45d8

Please sign in to comment.