]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
authorMark Otto <markdotto@gmail.com>
Fri, 6 Jan 2012 05:43:54 +0000 (21:43 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 6 Jan 2012 05:43:54 +0000 (21:43 -0800)
1  2 
docs/assets/js/application.js

index 5fe8b53ef4985caa5bd049cb83b8cb3163b39442,6194b88db543921dbb3ed6974256338c1168e6d2..c31fc97a066d71198f4931954a8082268d04f23d
@@@ -9,21 -9,12 +9,12 @@@ $(function()
    // ==============================================
  
    // Set a timeout...
 -  setTimeout(function(){
 -    // Hide the address bar!
 -    window.scrollTo(0, 1);
 -  }, 0);
 +  // setTimeout(function(){
 +  //   // Hide the address bar!
 +  //   window.scrollTo(0, 1);
 +  // }, 0);
  
  
-   // Docs topbar nav
-   // ===============
-   $('.nav .active').on('click', function (e) {
-     e.preventDefault()
-     $(this).siblings().toggle()
-   });
    // table sort example
    // ==================