Bugzilla – Attachment 186450 Details for
Bug 40816
Upgrade DataTables from 2.1.8 to >2.3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40816: [DO NOT PUSH] Use .css instead of .min.css
Bug-40816-DO-NOT-PUSH-Use-css-instead-of-mincss.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2025-09-16 08:19:40 UTC
(
hide
)
Description:
Bug 40816: [DO NOT PUSH] Use .css instead of .min.css
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-16 08:19:40 UTC
Size:
1.15 KB
patch
obsolete
>From 9ccae62e9433219a18d8e4511fc2dced217ab605 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Sep 2025 09:56:44 +0200 >Subject: [PATCH] Bug 40816: [DO NOT PUSH] Use .css instead of .min.css > >What the clean way to generate the min version? >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index 7b934facc7e..319c53ec6ac 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -27,7 +27,7 @@ > [% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %] > [% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %] > [% Asset.css("lib/fontawesome/css/solid.min.css") | $raw %] >-[% Asset.css("lib/datatables/datatables.min.css") | $raw %] >+[% Asset.css("lib/datatables/datatables.css") | $raw %] > [% Asset.css("css/print.css", { media = "print" }) | $raw %] > [% INCLUDE intranetstylesheet.inc %] > <script type="module"> >-- >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 40816
:
186448
|
186449
| 186450 |
186451