Plugin Directory

Changeset 1423976


Ignore:
Timestamp:
05/25/2016 11:30:40 AM (10 years ago)
Author:
jakob42
Message:

new class for the voted button when only one vote is allowed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reaction-buttons/trunk/reaction_buttons.php

    r1405236 r1423976  
    537537                        if(only_one_vote){
    538538                            jQuery("#reaction_buttons_post" + post_id + " .reaction_button").addClass('voted');
     539                            jQuery("#reaction_buttons_post" + post_id + " .reaction_button_" + button).addClass('rb_chosen');
    539540                        }
    540541                        else{
Note: See TracChangeset for help on using the changeset viewer.