Parent Directory
|
Revision Log
|
Revision Graph
|
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 | ); | ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |