/[drupal]/contributions/modules/jrating/js/jrating.js
ViewVC logotype

Diff of /contributions/modules/jrating/js/jrating.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.2, Wed Nov 21 13:59:33 2007 UTC revision 1.1.2.3, Wed Nov 21 17:27:41 2007 UTC
# Line 182  function rating_submit_rating(id){ Line 182  function rating_submit_rating(id){
182            $(stars[mean[0]]).addClass("on").children("a").css("width", mean[1] * 10 + "%");            $(stars[mean[0]]).addClass("on").children("a").css("width", mean[1] * 10 + "%");
183          }          }
184          $(".rating-num-votes-" + id).html(data.num_votes);          $(".rating-num-votes-" + id).html(data.num_votes);
185          rating_postsubmit(id);          if (typeof(jrating_postsubmit) == "function"){
186              jrating_postsubmit(id);
187            }
188        }        }
189      }      }
190    );    );

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2