Index: lams_central/web/includes/javascript/jquery.jRating.js =================================================================== diff -u -rf7d806b0ab4f783c2dd89e920d7f6edf370c04db -r7dd6c7cb14fde37748dddaf510d178232d13db84 --- lams_central/web/includes/javascript/jquery.jRating.js (.../jquery.jRating.js) (revision f7d806b0ab4f783c2dd89e920d7f6edf370c04db) +++ lams_central/web/includes/javascript/jquery.jRating.js (.../jquery.jRating.js) (revision 7dd6c7cb14fde37748dddaf510d178232d13db84) @@ -62,7 +62,8 @@ $(this).height(starHeight); var average = parseFloat($(this).attr('data-average')), // get the average of all rates - idBox = parseInt($(this).attr('data-id')), // get the id of the box + //**LAMS** customized. originally it looked like idBox = parseInt($(this).attr('data-id')), + idBox = $(this).attr('data-id'), // get the id of the box widthRatingContainer = starWidth*opts.length, // Width of the Container widthColor = average/opts.rateMax*widthRatingContainer, // Width of the color Container