Plugin Directory

Changeset 3426948


Ignore:
Timestamp:
12/24/2025 04:00:41 PM (3 months ago)
Author:
ranisimplex
Message:

Fix 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplex-booking-engine/tags/2.0.3/assets/shared/engine/engine-script.js

    r3426947 r3426948  
    122122
    123123      // 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';
    125125
    126126      // 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';
    128128
    129129      document.body.appendChild(script);
Note: See TracChangeset for help on using the changeset viewer.