Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets/js
diff options
context:
space:
mode:
authorrmaguiar <rmaguiar@tuta.io>2020-07-29 16:47:43 +0300
committerrmaguiar <rmaguiar@tuta.io>2020-07-29 16:47:43 +0300
commit79a7d9d0859a9f1f6ad3df170ba92cea87193b32 (patch)
tree9df7ae1dac3026e9c39be305964a5d84d817c5bf /assets/js
parentb34188c3cc1a03be58bfe053d5c97efc6409be1e (diff)
Upgrade Fuse.js to 6.4.1 and minor changes
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/postpone.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/postpone.js b/assets/js/postpone.js
index e70df58..529f928 100644
--- a/assets/js/postpone.js
+++ b/assets/js/postpone.js
@@ -28,8 +28,8 @@ PALETTE.onchange = function () {
{{ if eq .Layout "search" }}
- // Get Fuse.js
- {{ (resources.Get "libs/fuse.js@6.4.0/dist/fuse.basic.min.js").Content | safeJS }}
+ // Get latest Fuse.js (basic build) available
+ {{ (index (last 1 (resources.Match "libs/fuse.js@*/dist/fuse.basic.min.js")) 0).Content | safeJS }}
const fuseOptions = {
shouldSort: true,