Forums

Comment Rating
[resolved] Comment-Rating Fix in Javascript (1 post)

  1. MCas86
    Member
    Posted 7 months ago #

    To fix Comment-Rating to update without having to refresh the page put the following on line 52 in ck-karma.js:

    response[0] = response[0].replace('\r\ndone','done');

    When you're done it should look like:

    function ckratingHandleResponse(){
    if(ckratingXhr.readyState == 4){
    var response = ckratingXhr.responseText.split('|');
    response[0] = response[0].replace('\r\ndone','done');

    http://wordpress.org/extend/plugins/comment-rating/

Reply

You must log in to post.

About this Plugin

About this Topic