Bugzilla – Attachment 38186 Details for
Bug 14011
Triggering slip print with enter key collides with 'barcode submitted' message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14011: Make the jQuery selector explicit
Bug-14011-Make-the-jQuery-selector-explicit.patch (text/plain), 1.07 KB, created by
Jonathan Druart
on 2015-04-20 13:14:29 UTC
(
hide
)
Description:
Bug 14011: Make the jQuery selector explicit
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-20 13:14:29 UTC
Size:
1.07 KB
patch
obsolete
>From 85b2f71306cfb8016f93573319d95975768b69b8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 20 Apr 2015 15:13:44 +0200 >Subject: [PATCH] Bug 14011: Make the jQuery selector explicit > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 0369361..543b391 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -64,7 +64,7 @@ function toggle_onsite_checkout(){ > > $(document).ready(function() { > $('#mainform').on('submit',function() { >- if (barcode && barcode.value) { >+ if ($("#barcode") && $("#barcode").val()) { > $('#barcode').on('keypress',function(event) { > $('#barcodeSubmittedModal').modal(); > event.preventDefault(); } >-- >2.1.0
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 14011
:
38138
|
38148
|
38185
| 38186