View | Details | Raw Unified | Return to bug 11827
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
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
- 

Return to bug 11827