From e5a7af36d5a67bb4c3dfa5cc3e9924c3c901d0d3 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 28 Jul 2013 22:14:43 -0700 Subject: fixes #8703 --- assets/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/js/application.js b/assets/js/application.js index 8097107ef..30659f453 100644 --- a/assets/js/application.js +++ b/assets/js/application.js @@ -15,7 +15,7 @@ offset: navHeight }) - $('[href=#]').click(function (e) { + $('.bs-docs-container [href=#]').click(function (e) { e.preventDefault() }) -- cgit v1.2.3