Bugzilla – Attachment 11251 Details for
Bug 8547
Enabling star ratings causes javascript errors that cause IE to have a boo boo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8547 - JS error in star ratings breaks IE
Bug-8547---JS-error-in-star-ratings-breaks-IE.patch (text/plain), 1005 bytes, created by
Robin Sheat
on 2012-08-01 12:56:24 UTC
(
hide
)
Description:
Bug 8547 - JS error in star ratings breaks IE
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2012-08-01 12:56:24 UTC
Size:
1005 bytes
patch
obsolete
>From 89a4f4172f791a1a8fd9f6824d3867458e3a7eb3 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Wed, 1 Aug 2012 14:23:14 +0200 >Subject: [PATCH] Bug 8547 - JS error in star ratings breaks IE > >Writing code with best practices in mind breaks IE. Thanks Internet >Explorer. Now go DiaF. >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 7e68dfe..0252d7b 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.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8547
:
11251
|
11361