aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-16 09:55:12 -0700
committerMark Otto <[email protected]>2011-09-16 09:55:12 -0700
commitc579e4d5507170dd14cbfa804ccfca667bf39c28 (patch)
tree8bfa0e667ee82c967fadeb4f6c49767b1f60f9ba /docs
parent8ff18a9ffc9171977e58ecb517cad677ba1727b6 (diff)
downloadbootstrap-c579e4d5507170dd14cbfa804ccfca667bf39c28.tar.xz
bootstrap-c579e4d5507170dd14cbfa804ccfca667bf39c28.zip
expanding comment in application.js
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/application.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index 7400bc12b..16a20e068 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()