From: Mark Otto Date: Fri, 16 Sep 2011 16:55:12 +0000 (-0700) Subject: expanding comment in application.js X-Git-Tag: v1.3.0~3^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c579e4d5507170dd14cbfa804ccfca667bf39c28;p=thirdparty%2Fbootstrap.git expanding comment in application.js --- diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 7400bc12ba..16a20e068e 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -20,6 +20,7 @@ $(document).ready(function(){ // Disable certain links in docs // ============================= + // Please do not carry these styles over to your projects, it's merely here to prevent button clicks form taking you away from your spot on page $('ul.tabs a, ul.pills a, .pagination a, .well .btn, .actions .btn, .alert-message .btn, a.close').click(function (e) { e.preventDefault()