/[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.4, Wed Nov 21 17:36:00 2007 UTC revision 1.1.2.5, Thu Nov 22 16:26:42 2007 UTC
# Line 137  jQuery.fn.rating = function(){ Line 137  jQuery.fn.rating = function(){
137                  $(stars[averageIndex]).addClass("on").children("a").css("width", percent + "%");                  $(stars[averageIndex]).addClass("on").children("a").css("width", percent + "%");
138              }              }
139          }          }
140      }).hide();      });
141  };  };
142    
143  // fix ie6 background flicker problem.  // fix ie6 background flicker problem.
# Line 197  $(document).ready( Line 197  $(document).ready(
197      }      }
198      catch(e){};      catch(e){};
199    }    }
200  )  );
201    
202  /*  /*
203  // example jrating_postsubmit function  // example jrating_postsubmit function

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2