]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
expanding comment in application.js
authorMark Otto <mark.otto@twitter.com>
Fri, 16 Sep 2011 16:55:12 +0000 (09:55 -0700)
committerMark Otto <mark.otto@twitter.com>
Fri, 16 Sep 2011 16:55:12 +0000 (09:55 -0700)
docs/assets/js/application.js

index 7400bc12ba08cf99e8288352018ddd0cce7902e6..16a20e068e235f8fc7bfa94e9f8403687b68418a 100644 (file)
@@ -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()