Bugzilla – Attachment 21092 Details for
Bug 9294
Move JavaScript out of circulation template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9294: Followup : add missing lines.
Bug-9294-Followup--add-missing-lines.patch (text/plain), 1.03 KB, created by
Jonathan Druart
on 2013-09-13 13:56:02 UTC
(
hide
)
Description:
Bug 9294: Followup : add missing lines.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-09-13 13:56:02 UTC
Size:
1.03 KB
patch
obsolete
>From 27c29e97bf3904b6faf47ee4894cd28ea47f1c05 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 13 Sep 2013 15:55:23 +0200 >Subject: [PATCH] Bug 9294: Followup : add missing lines. > >--- > koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >index 80e61ca..68c4651 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/pages/circulation.js >@@ -133,7 +133,9 @@ function validate1(date) { > > // prevent adjacent checkboxes from being checked simultaneously > function radioCheckBox(box){ >- if($(this).attr("checked")){ >- $(this).removeAttr("checked"); >- } >+ box.parents("td").siblings().find("input:checkbox:visible").each(function(){ >+ if($(this).attr("checked")){ >+ $(this).removeAttr("checked"); >+ } >+ }); > } >-- >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 9294
:
14154
|
14251
|
14417
|
16127
|
16303
|
20382
|
20684
|
21090
|
21091
| 21092