Browse Source

!2 open working time

pcacc 4 tháng trước cách đây
mục cha
commit
360a5c03b9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();