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:
parent
6e427efbfa
commit
bfaf9a63c7
@ -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
|
Loading…
Reference in New Issue
Block a user