Ignore toggling sidebar for above 1200px resolution

This commit is contained in:
Alfredo Sumaran 2016-04-05 13:25:32 -05:00 committed by Jacob Schatz
parent 0631a1e9e2
commit a7c11fe473

View file

@ -73,7 +73,8 @@ class @MergeRequestTabs
@expandView()
else if action == 'diffs'
@loadDiff($target.attr('href'))
@shrinkView()
if bp.getBreakpointSize() isnt 'lg'
@shrinkView()
else if action == 'builds'
@loadBuilds($target.attr('href'))
@expandView()