there is no need currently to hide the navbar on logout

This commit is contained in:
Anton Georgiev 2014-11-27 23:28:06 +00:00
parent d64e324bf8
commit 7cc9e97730

View File

@ -240,7 +240,7 @@ Handlebars.registerHelper "visibility", (section) ->
setInSession "authToken", null
setInSession "bbbServerVersion", null
setInSession "userName", null
setInSession "display_navbar", false # needed to hide navbar when the layout template renders
#setInSession "display_navbar", false # needed to hide navbar when the layout template renders
# applies zooming to the stroke thickness
@zoomStroke = (thickness) ->