Bugzilla – Attachment 22181 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.24 KB, created by
Paul Poulain
on 2013-10-21 21:00:47 UTC
(
hide
)
Description:
Bug 11003: JS error on the cart page
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-10-21 21:00:47 UTC
Size:
1.24 KB
patch
obsolete
>From bc938aee49523c63e1f27067d1059371cd1b81d5 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. > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > .../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.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 11003
:
21846
|
21933
|
21935
|
22181
|
22184