Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different setings for different page #188

Open
magna25 opened this issue Jun 7, 2014 · 1 comment
Open

different setings for different page #188

magna25 opened this issue Jun 7, 2014 · 1 comment

Comments

@magna25
Copy link

magna25 commented Jun 7, 2014

Simply I want to use the "ago" suffix on some pages only and I know I could edit the js file but that changes it for every page, so how can I change for different pages? I tried the below but it didn't work.

    <script>
jQuery("abbr.timeago").timeago({
 prefixAgo: null,
    prefixFromNow: null,
    suffixAgo: "",
    suffixFromNow: "from now",
    inPast: 'any moment now',
    seconds: "Just now",
    minute: "1 min",
    minutes: "%d mins",
    hour: "about an hr",
    hours: "about %d hrs",
    day: "a day",
    days: "%d days",
    month: "about a month",
    months: "%d months",
    year: "about a year",
    years: "%d years",
    wordSeparator: " ",
});
</script>
@vanboom

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants