2
0
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:
Mark Otto
2011-06-30 15:56:25 -07:00
parent b088458089
commit 460a84a926
8 changed files with 205 additions and 146 deletions
+5
View File
@@ -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() {