mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Updated offset columns, fix app.js bug, misc tweaks to copy
This commit is contained in:
@@ -34,6 +34,11 @@ $(document).ready(function(){
|
||||
$(this).parents('.add-on').removeClass('active');
|
||||
}
|
||||
});
|
||||
|
||||
// Disable certain links in docs
|
||||
$('ul.tabs a, ul.pills a, .pagination a').click(function(e) {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
// Copy code blocks in docs
|
||||
$(".copy-code").focus(function() {
|
||||
|
||||
Reference in New Issue
Block a user