Bugzilla – Attachment 55290 Details for
Bug 17222
Remove use of onclick from OPAC member entry page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17222: Use jQuery selector instead
Bug-17222-Use-jQuery-selector-instead.patch (text/plain), 968 bytes, created by
Jonathan Druart
on 2016-09-07 10:40:41 UTC
(
hide
)
Description:
Bug 17222: Use jQuery selector instead
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-09-07 10:40:41 UTC
Size:
968 bytes
patch
obsolete
>From 8402d91e169be8ed2537d1259a564460b1863f76 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 7 Sep 2016 11:38:43 +0100 >Subject: [PATCH] Bug 17222: Use jQuery selector instead > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 6335f90..5ff762e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -990,7 +990,7 @@ > }); > > $(".cleardate").on("click", function(){ >- document.getElementById('borrower_dateofbirth').value=''; >+ $('#borrower_dateofbirth').val(''); > return false; > }); > //]]> >-- >2.8.1
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 17222
:
54999
|
55036
|
55288
|
55289
| 55290