Moved to other config name.

This commit is contained in:
Martin Edenhofer 2015-11-11 11:25:03 +01:00
parent bca84d7968
commit 3ba85dcb98

View file

@ -1788,13 +1788,13 @@ class App.CustomerChatRef extends App.Controller
# read state # read state
if state is undefined if state is undefined
value = App.SessionStorage.get('chat') value = App.SessionStorage.get('chat_layout_ref')
if value is undefined if value is undefined
value = false value = false
return value return value
# write state # write state
App.SessionStorage.set('chat', state) App.SessionStorage.set('chat_layout_ref', state)
updateNavMenu: => updateNavMenu: =>
delay = -> delay = ->