Welcome to mirror list, hosted at ThFree Co, Russian Federation.

timeago_starter.js « js « src - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 042e7290a9151faaf69ad1a86e2e5de47bfa5296 (plain)
1
2
3
jQuery(document).ready(function() {
    jQuery("time.timeago").timeago();
});