Ensure nav sidebar is sized correctly on page load

This commit is contained in:
Greg Price
2013-09-27 11:40:06 -04:00
parent 3e3ad4393e
commit f39886ef57

View File

@@ -95,6 +95,7 @@ if Backbone?
@timer = 0
@$el.html(@template())
$(window).bind "load", @updateSidebar
$(window).bind "scroll", @updateSidebar
$(window).bind "resize", @updateSidebar