diff options
| author | Mark Otto <[email protected]> | 2011-09-16 09:55:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 09:55:12 -0700 |
| commit | c579e4d5507170dd14cbfa804ccfca667bf39c28 (patch) | |
| tree | 8bfa0e667ee82c967fadeb4f6c49767b1f60f9ba /docs/assets/js/application.js | |
| parent | 8ff18a9ffc9171977e58ecb517cad677ba1727b6 (diff) | |
| download | bootstrap-c579e4d5507170dd14cbfa804ccfca667bf39c28.tar.xz bootstrap-c579e4d5507170dd14cbfa804ccfca667bf39c28.zip | |
expanding comment in application.js
Diffstat (limited to 'docs/assets/js/application.js')
| -rw-r--r-- | docs/assets/js/application.js | 1 |
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() |
