Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwray authored Dec 9, 2024
1 parent 7e38256 commit 5c30481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const initializeMobilozophy = () => {
console.log('%c[Parent Page] mzcapiConfig set:', 'color: #4CAF50; font-weight: bold;', window.mzcapiConfig);
const script = document.createElement('script')
script.src = 'https://mzcapi.test/dev-js-embed/dist/embed.js'
script.src = 'https://secure-dev.mzcapi.com/dev-js-embed/dist/embed.js'
script.onload = () => console.log('%c[Parent Page] mzCONNECT script loaded successfully', 'color: #4CAF50; font-weight: bold;');
script.onerror = (error) => console.error('%c[Parent Page] Error loading mzCONNECT script:', 'color: #F44336; font-weight: bold;', error);
document.head.appendChild(script)
Expand All @@ -273,4 +273,4 @@ watch(mzcapiConfig, (newConfig, oldConfig) => {

<style>
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
</style>
</style>

0 comments on commit 5c30481

Please sign in to comment.