Bug 30650: Add dayjs to opac
Sponsored-by: Association KohaLa - https://koha-fr.org/ Signed-off-by: Koha Team University Lyon 3 <koha@univ-lyon3.fr> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
ead28aad7b
commit
572df4f172
2 changed files with 2 additions and 0 deletions
1
koha-tmpl/opac-tmpl/lib/dayjs/dayjs.min.js
vendored
Normal file
1
koha-tmpl/opac-tmpl/lib/dayjs/dayjs.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
koha-tmpl/opac-tmpl/lib/dayjs/plugin/isSameOrAfter.js
Normal file
1
koha-tmpl/opac-tmpl/lib/dayjs/plugin/isSameOrAfter.js
Normal file
|
@ -0,0 +1 @@
|
|||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_plugin_isSameOrAfter=t()}(this,(function(){"use strict";return function(e,t){t.prototype.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)}}}));
|
Loading…
Reference in a new issue