Skip to content

Commit 19dbf41

Browse files
committed
Merge pull request #1 from convert/setup.js
Change from staging setup.js to production
2 parents e90f4e3 + 2375002 commit 19dbf41

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/base/default/template/rekko

1 file changed

+1
-1
lines changed

app/design/frontend/base/default/template/rekko/rekko.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var cvtJsHost = (("https:" == document.location.protocol)
77
? "https://dnhgz729v27ca.cloudfront.net/" : "http://use.convertglobal.com/");
88
document.write(unescape("%3Cscript src='" + cvtJsHost
9-
+ "client/staging_setup.js' type='text/javascript'%3E%3C/script%3E"));
9+
+ "client/setup.js' type='text/javascript'%3E%3C/script%3E"));
1010
</script>
1111
<?php $cartItems = $this->getCartItems(); ?>
1212
<?php if (count($cartItems) > 0): ?>

0 commit comments

Comments
 (0)