From 4ea7c472358e2d77f76193ed3c1bafd641dd74ae Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 24 Jul 2012 00:21:40 -0700 Subject: slightly fix side bar --- docs/assets/js/bootstrap-affix.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/assets/js') diff --git a/docs/assets/js/bootstrap-affix.js b/docs/assets/js/bootstrap-affix.js index 33207b0fb..a1cd10933 100644 --- a/docs/assets/js/bootstrap-affix.js +++ b/docs/assets/js/bootstrap-affix.js @@ -50,7 +50,6 @@ if (typeof offset != 'object') offset = { x: offset, y: offset } - affix = (offset.x == null || (position.left - scrollLeft <= offset.x)) && (offset.y == null || (position.top - scrollTop <= offset.y)) @@ -82,7 +81,6 @@ } - /* AFFIX DATA-API * ============== */ -- cgit v1.2.3