This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
docs
mirror of
https://github.com/lukechilds/docs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
576
Commits
80
Branches
0
Tags
152 MiB
Tree:
2246e2cdab
docs
/
assets
/
js
/
custom.js
10 lines
108 B
Raw
Normal View
History
Initial commits Signed-off-by: moxiegirl <mary@blockstack.com>
7 years ago
// Custom scripts
Adding in changes for token site Signed-off-by: Mary Anthony <mary@blockstack.com>
7 years ago
$
(
document
)
.
ready
(
function
(
)
{
/
*
*
*
AnchorJS
*
/
anchors
.
add
(
)
;
}
)
;