소스 검색

!2 open working time

pcacc 4 달 전
부모
커밋
360a5c03b9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      templates/index_dongri.html

+ 0 - 1
templates/index_dongri.html

@@ -276,7 +276,6 @@
         }
 
         function isWorkingHours() {
-            return false;
             const now = new Date();
             const day = now.getDay(); // 0是周日,1是周一,...,6是周六
             const hours = now.getHours();