Explorar el Código

update isLive

Sherry hace 1 año
padre
commit
17cf5b010d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/fe/healthpassport/js/utlis.js

+ 1
- 1
src/fe/healthpassport/js/utlis.js Ver fichero

@@ -15,7 +15,7 @@ isLIVE = false;
15 15
 
16 16
 switch (window.location.host.toLowerCase()) {
17 17
 
18
-  case 'event.leecy.org.tw':
18
+  case 'www.our-work.com.tw':
19 19
     isLIVE = false;
20 20
     break;
21 21