6432040d5154

Replace scrolly headers on resize too.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Oct 2012 11:37:10 -0400
parents f1ec90b2adf7
children c35f9bfbfcae
branches/tags (none)
files media/js/sjl.js

Changes

--- a/media/js/sjl.js	Fri Oct 12 11:15:38 2012 -0400
+++ b/media/js/sjl.js	Fri Oct 12 11:37:10 2012 -0400
@@ -49,5 +49,8 @@
         $(window).scroll(function () {
             place_scrolly_header();
         });
+        $(window).resize(function () {
+            place_scrolly_header();
+        });
     }
 });