Bugzilla – Attachment 168103 Details for
Bug 37111
OPAC renewal - CSRF "op must be set"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37111: (follow-up) data attribute names should be lowercase
Bug-37111-follow-up-data-attribute-names-should-be.patch (text/plain), 1.19 KB, created by
Lucas Gass (lukeg)
on 2024-06-25 21:42:10 UTC
(
hide
)
Description:
Bug 37111: (follow-up) data attribute names should be lowercase
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-06-25 21:42:10 UTC
Size:
1.19 KB
patch
obsolete
>From 3795995dea6a1c1e33a05dcee303873389aa4286 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 25 Jun 2024 21:41:11 +0000 >Subject: [PATCH] Bug 37111: (follow-up) data attribute names should be > lowercase > >See Bug 37190 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/js/form-submit.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/form-submit.js b/koha-tmpl/opac-tmpl/bootstrap/js/form-submit.js >index d7b8222cbe..b5176ef985 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/form-submit.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/form-submit.js >@@ -4,13 +4,13 @@ $(document).ready(function () { > e.preventDefault(); > let form_data = $(this).data(); > >- let confirm_msg = form_data.confirmationMsg; >+ let confirm_msg = form_data.confirmationmsg; > if (confirm_msg) { > let confirmation = confirm(confirm_msg); > if (!confirmation) { > return false; > } >- delete form_data.confirmationMsg; >+ delete form_data.confirmationmsg; > } > > let the_form = $("<form/>"); >-- >2.39.2
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 37111
:
167860
|
167866
|
167867
|
167869
|
167870
|
167921
|
167922
|
168103
|
169157
|
169158