Lines 1654-1660
Link Here
|
1654 |
|
1654 |
|
1655 |
$(function () { |
1655 |
$(function () { |
1656 |
$(".auto-submit-star").rating({ |
1656 |
$(".auto-submit-star").rating({ |
1657 |
cancel: _('Cancel rating'), |
1657 |
cancel: _("Cancel rating"), |
1658 |
callback: function (value, link) { |
1658 |
callback: function (value, link) { |
1659 |
|
1659 |
|
1660 |
// if the new value equals the old value, dont execute callback... |
1660 |
// if the new value equals the old value, dont execute callback... |
1661 |
- |
|
|