Bugzilla – Attachment 18760 Details for
Bug 10321
Followup on hold notes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10321: QA Followup on report 9722
Bug-10321-QA-Followup-on-report-9722.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2013-06-07 14:51:37 UTC
(
hide
)
Description:
Bug 10321: QA Followup on report 9722
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-06-07 14:51:37 UTC
Size:
1.18 KB
patch
obsolete
>From 23843e6aabe1f6264567cc715e1cbc46bf49e078 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 24 May 2013 10:31:54 +0200 >Subject: [PATCH] Bug 10321: QA Followup on report 9722 > >As Jonathan suggested, use jQuery toggle function. > >Signed-off-by: Srdjan <srdjan@catalyst.net.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt >index 8e58e28..acff3bc 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt >@@ -117,12 +117,7 @@ > // Show or hide holds notes > $(".shownotes").click(function(){ > biblioNum = suffixOf($(this).attr("id"), "_"); >- if( $("#notesrow_"+biblioNum).is(":visible") ) { >- $("#notesrow_"+biblioNum).hide(); >- } >- else { >- $("#notesrow_"+biblioNum).show(); >- } >+ $("#notesrow_"+biblioNum).toggle(); > }); > > // When 'Place Hold' button is clicked >-- >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 10321
:
18364
|
18365
|
18594
|
18595
|
18759
| 18760