Changeset 6652


Ignore:
Timestamp:
06/27/12 10:03:26 (12 years ago)
Author:
thiago
Message:

Ticket #2912 - Agora no contato dinamico foi implementado um limite nas estrelas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r6648 r6652  
    40174017                                                half : true, 
    40184018                                                hints : ['','','','',''], 
    4019                                                 score    : ((item.number_of_messages*5)/topContact), 
     4019                                                score    : ((item.number_of_messages*5)/topContact) > 0.5 ? ((item.number_of_messages*5)/topContact) : 0.5, 
    40204020                                                starOn  : '../../prototype/plugins/jq-raty/img/star-on.png', 
    40214021                                                starOff : '../../prototype/plugins/jq-raty/img/star-off.png', 
Note: See TracChangeset for help on using the changeset viewer.