git.ntnlv.ca
Repositories
Help
Report an Issue
lbd.git
Code
Commits
Branches
Tags
Search
Tree:
1970ca6
Branches
Tags
prod
lbd.git
wp-content
themes
rookie
js
scripts.js
Track scripts.js
davvalent
commited
1970ca6
at 2023-08-01 06:48:42
scripts.js
Blame
History
Raw
/** * scripts.js * * Custom scripts for the Rookie theme. */ ( function( $ ) { $('.comment-metadata time').timeago(); } )( jQuery );