Guest User

Untitled

a guest
Jan 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <script>
  2. //some code
  3. //
  4. {% with user|get_song_rating:opts.id as rated %}
  5. {% if rated %}
  6. $off.unbind('click').unbind('mousemove').unbind('mouseenter').unbind('mouseleave');
  7. $off.css('cursor', 'default'); $on.css('cursor', 'default');
  8. $this.attr('title', 'Your rating: ' + rated.points.toFixed(1));
  9. {% endif %}
  10. {% endwith %}
  11. </script>
Add Comment
Please, Sign In to add comment