projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
004b8c4
)
crawl changelog table cells, too
author
Michael Wallner
<mike@php.net>
Wed, 20 Aug 2014 13:44:18 +0000
(15:44 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 20 Aug 2014 13:44:18 +0000
(15:44 +0200)
public/index.js
patch
|
blob
|
history
diff --git
a/public/index.js
b/public/index.js
index 1d65af4382ccef907a78e6074d5de04e76fd254f..3eef5660642b549f4d74eb58a03248c33b6cf205 100644
(file)
--- a/
public/index.js
+++ b/
public/index.js
@@
-195,7
+195,7
@@
$(function() {
}
};
- $("h1,h2,h3,h4,h5,h6,p,li,code").each(mdref.walk);
+ $("h1,h2,h3,h4,h5,h6,p,li,code
,td
").each(mdref.walk);
$(window).on("hashchange", mdref.hashchange);
mdref.hashchange();
});