From 06486d632f88ba093409a737e0f749cb641a7efd Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Wed, 1 Aug 2012 14:23:14 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 8547 - JS error in star ratings breaks IE Content-Type: text/plain; charset="utf-8" Writing code with best practices in mind breaks IE. Thanks Internet Explorer. Now go DiaF. Signed-off-by: Marc Veron Tested with with IE 7.0.5730.13 on Windows XP, no JS errors, stars display and behave as expected --- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt index 54ed48e..75f16aa 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -112,7 +112,7 @@ $(function () { borrowernumber: "[% borrowernumber %]", biblionumber: "[% biblionumber %]", rating_value: value, - auth_error: value, + auth_error: value }, function (data) { if (data.auth_status != 'ok') { -- 1.7.2.5