Changeset 3426948
- Timestamp:
- 12/24/2025 04:00:41 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simplex-booking-engine/tags/2.0.3/assets/shared/engine/engine-script.js
r3426947 r3426948 122 122 123 123 // Staging / Dev Script 124 script.src = 'https://thankful-coast-0b1daad03-staging.westeurope.5.azurestaticapps.net/static/js/main.test.js';124 // script.src = 'https://thankful-coast-0b1daad03-staging.westeurope.5.azurestaticapps.net/static/js/main.test.js'; 125 125 126 126 // Production Script 127 //script.src = 'https://engine.simplex-ltd.com/static/js/main.test.js';127 script.src = 'https://engine.simplex-ltd.com/static/js/main.test.js'; 128 128 129 129 document.body.appendChild(script);
Note: See TracChangeset
for help on using the changeset viewer.