Procházet zdrojové kódy

Changed on Login Stuff and visibility control.

jason.lu před 6 roky
rodič
revize
4a8b6c59a8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      js/entrance.js

+ 1 - 1
js/entrance.js

@@ -124,7 +124,7 @@ function startToSchedule(obj) {
 }
 
 function checkIfExists(){
-    get_data("/fcWorkSchedule/remaining",on_receive_exist);
+    get_data("/fcWorkSchedule/remaining?status=100",on_receive_exist);
 }
 
 function getRemainHTML(obj) {