Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if (isUserLoggedIn) {
  2. updateBar();
  3. } else {
  4. updateFoo();
  5. }
  6.  
  7. createWindow();
  8.  
  9. if (isUserLoggedIn) {
  10. addModal()
  11. }
  12.  
  13. fillInRestOfWindow()
Add Comment
Please, Sign In to add comment