Bugzilla – Attachment 176904 Details for
Bug 34778
Add a 'Show password'/eye icon to toggle visibility of password when logging into OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34778: Remove extra 'bootstrap' when loading the js asset
Bug-34778-Remove-extra-bootstrap-when-loading-the-.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2025-01-22 11:52:03 UTC
(
hide
)
Description:
Bug 34778: Remove extra 'bootstrap' when loading the js asset
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-22 11:52:03 UTC
Size:
1.02 KB
patch
obsolete
>From fb85c9edac43c439d043c29410dbb78dee0ba38b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 22 Jan 2025 12:34:36 +0100 >Subject: [PATCH] Bug 34778: Remove extra 'bootstrap' when loading the js asset > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc >index d58340f1bdb..3e9caa2d04b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc >@@ -162,7 +162,7 @@ > [% END %] > > [% Asset.js("lib/js-cookie/js.cookie-3.0.1.min.js") | $raw %] >-[% Asset.js("bootstrap/js/show-password-toggle.js") | $raw %] >+[% Asset.js("js/show-password-toggle.js") | $raw %] > <script> > $(document).ready(function() { > if($('#searchsubmit').length) { >-- >2.34.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 34778
:
173115
|
173310
|
174442
|
176485
|
176486
|
176501
|
176502
|
176505
|
176506
|
176703
|
176904
|
176905
|
176907
|
176908
|
176909
|
176910
|
176911
|
177272
|
177300
|
177301
|
177302
|
177303
|
177304
|
177305