From: Mark Otto Date: Wed, 9 Jul 2014 09:44:11 +0000 (-0700) Subject: remove commented out docs js X-Git-Tag: v4.0.0-alpha~767^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d738c8729b578e06027677fb45d173de501f5fd3;p=thirdparty%2Fbootstrap.git remove commented out docs js --- diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index 743617b4e4..c4ae6c9bf7 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -32,30 +32,6 @@ e.preventDefault() }) - // Sidenav affixing - // setTimeout(function () { - // var $sideBar = $('.bs-docs-sidebar') - - // $sideBar.affix({ - // offset: { - // top: function () { - // var offsetTop = $sideBar.offset().top - // var sideBarMargin = parseInt($sideBar.children(0).css('margin-top'), 10) - // var navOuterHeight = $('.bs-docs-nav').height() - - // return (this.top = offsetTop - navOuterHeight - sideBarMargin) - // }, - // bottom: function () { - // return (this.bottom = $('.bs-docs-footer').outerHeight(true)) - // } - // } - // }) - // }, 100) - - // setTimeout(function () { - // $('.bs-top').affix() - // }, 100) - // theme toggler (function () { var stylesheetLink = $('#bs-theme-stylesheet')