mattbradley / livestampjs

A simple, unobtrusive jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements using Moment.js.
http://mattbradley.github.com/livestampjs
MIT License
409 stars 70 forks source link

Livestamp on Chrome #23

Closed averj closed 10 years ago

averj commented 10 years ago

Hello, I recently tried to implement Livestamp on my site (the simplest task) and it didn't appear to work when testing it. After debugging it and using different browsers I noticed it worked on Safari and not Chrome. Chrome: screen shot 2014-04-19 at 10 57 53 am Safari: screen shot 2014-04-19 at 10 56 18 am

I thought this was weird because your github.io site worked fine with it. I also was able to have someone replicate the same result. Am I doing something wrong? Thanks, Julien.

mattbradley commented 10 years ago

Are you getting any errors in the developer tools console?

averj commented 10 years ago

My apologies, it appears Github disabled hot-linking to files and Chrome respected that, Safari on the other hand did not. Thank you for your time.