mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
misc updates to docs and form bug fix
This commit is contained in:
@@ -35,8 +35,8 @@ $(document).ready(function(){
|
||||
}
|
||||
});
|
||||
|
||||
// Disable certain links in docs
|
||||
$('ul.tabs a, ul.pills a, .pagination a').click(function(e) {
|
||||
// Disable certain links and buttons in docs
|
||||
$('ul.tabs a, ul.pills a, .pagination a, .well .btn, .actions .btn, .alert-message .btn, a.close').click(function(e) {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user