The rating widgets are not displaying. I believe because of this error in Firefox's error console.
Error: div2.append is not a function
Source File: mydrupalinstall/sites/all/modules/reference_links/rl.js?lgsm9r
Line: 180
Chrome's console says this:
Uncaught TypeError: Object # has no method 'append' rl.js:180
Comments
Comment #1
jerrac commentedAnd it looks like we just need to change this:
to this (just wrapping div2 with jQuery in a couple places):
Comment #2
r_honey commentedHi jerrac, thanks for reporting this too... Seems like the up-down voting widget was not tested completely for the D7 version.
Fixed and committed...
Comment #3
r_honey commentedChanging status to fixed to allow Drupal bot to close issue after defined period automatically.