:sparkes: :sparkles: :sparkles: · rubythonode/developer.github.com@d0649c1 · GitHub
Skip to content

Commit d0649c1

Browse files
committed
:sparkes: ✨ ✨
1 parent 4c17329 commit d0649c1

6 files changed

Lines changed: 39 additions & 32 deletions

File tree

shared/css/documentation.css

Lines changed: 8 additions & 1 deletion

shared/images/expand-arrows.png

51 Bytes
Loading

shared/images/expand-arrows@2x.png

587 Bytes
Loading

shared/js/documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $(function() {
2424
}
2525

2626
// bind every href with a hash; take a look at v3/search/ for example
27-
$('#js-sidebar .js-topic a[href*=#]').bind("click", function(e) {
27+
$('#js-sidebar .js-accordion-list .js-topic a[href*=#]').bind("click", function(e) {
2828
if (window.location.toString().indexOf($(e.target).attr('href')) == -1)
2929
setTimeout(styleTOC, 0); // trigger the window.location change, then stylize
3030
});

v3/gists/comments/index.html

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)