Guest User

Untitled

a guest
Sep 26th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. $(function(){
  3. var username=getCookie("iws_slankamen_username");
  4. var password = getCookie("iws_slankamen_password");
  5. refreshVariables();
  6. if (username!=null && username!="")
  7. {
  8. sessvars.logged = true;
  9. }
  10.  
  11. if(sessvars.logged == true){
  12. refreshVariables();
  13. getAlarms();
  14. getEvents();
  15. getEmployees();
  16. } else {
  17. showLogin();
  18. }
  19.  
  20. })
Add Comment
Please, Sign In to add comment