Users list fixed. Fixed an indentation issue where the body of a function was stand-alone and not actually part of the function prototype. Darn Coffeescript

This commit is contained in:
perroned 2014-06-13 11:24:59 -07:00
parent 6e427efbfa
commit bfaf9a63c7

View File

@ -24,7 +24,7 @@ Handlebars.registerHelper "getCurrentUser", =>
# toggle state of session variable
@toggleUsersList = ->
setInSession "display_usersList", !getInSession "display_usersList" # toggle current state
setInSession "display_usersList", !getInSession "display_usersList" # toggle current state
@toggleNavbar = ->
setInSession "display_navbar", !getInSession "display_navbar" # toggle current state