I'm attempting to implement issue #264[1], however I just can't figure
out how to give a replay a rating on my dev site.
The obvious route of clicking on the stars after posting a comment
doesn't produce any result. I thought maybe the rating was parsed out of
the comment itself, but I've tried all sorts of ways of doing that
without success.
Looking through the the page HTML, there's hidden form elements for
ratings, but they're never made visible. There's some indication of a
JavaScript problem on the pages, with this error showing in the dev
console on load for all of Firefox/Chromium/Midori:
TypeError: $(...).live is not a function @
http://192.168.122.70:3000/assets/lagtv.js?body=1:51
Is there an issue with the JavaScript, or am I just missing something?
Thanks,
Alex
[1] -
https://github.com/andypike/lagtv/issues/264