Don't expand truncated sidebar items on mobile

pull/129/head
Thibaut 11 years ago
parent b381e532c6
commit 2de5d012c3

@ -10,7 +10,7 @@ class app.views.Sidebar extends app.View
escape: 'onEscape'
init: ->
@addSubview @hover = new app.views.SidebarHover @el unless $.isTouchScreen()
@addSubview @hover = new app.views.SidebarHover @el unless app.isMobile() or $.isTouchScreen()
@addSubview @search = new app.views.Search
@search

Loading…
Cancel
Save