Bugzilla – Attachment 21933 Details for
Bug 11003
JS error on the cart page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11003: JS error on the cart page
Bug-11003-JS-error-on-the-cart-page.patch (text/plain), 1.14 KB, created by
Jonathan Druart
on 2013-10-10 07:46:40 UTC
(
hide
)
Description:
Bug 11003: JS error on the cart page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-10-10 07:46:40 UTC
Size:
1.14 KB
patch
obsolete
>From d9a5c15d54419cf8bc5b38b1025f33e659c0d555 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 7 Oct 2013 11:41:22 +0200 >Subject: [PATCH] Bug 11003: JS error on the cart page > >A call to yuiToolbar breaks js code on the cart page. > >Test plan: >- add some biblio to your cart >- open the cart >- a js error occurs (see it with firebug): > ReferenceError: yuiToolbar is not defined >- apply the patch >- retry and verify the error does not appear anymore. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index c07cc74..0545961 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -62,7 +62,6 @@ function placeHold () { > $(".holdsep").text("| "); > $(".hold").text(_("Place Hold")); > $("#downloadcartc").empty(); >- yuiToolbar(); > $("#itemst").tablesorter({ > headers: { 0: { sorter: false }} > }); >-- >1.7.10.4
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 11003
:
21846
|
21933
|
21935
|
22181
|
22184