Bug 11827: (follow-up) Use double quote instead of simple-quote
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:56:42 +0000 (09:56 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 12:56:42 +0000 (09:56 -0300)
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt

index 27bf665..84e6b7d 100644 (file)
 
     $(function () {
       $(".auto-submit-star").rating({
-        cancel: _('Cancel rating'),
+        cancel: _("Cancel rating"),
         callback: function (value, link) {
 
           // if the new value equals the old value, dont execute callback...