summaryrefslogtreecommitdiff
path: root/Package_html_static.mk
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2018-01-30 13:27:55 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-01-30 18:57:58 +0100
commite37c19a9dd3f2d3e5a31f91975ee5a8aac2dc2af (patch)
treec52d3fc1398dce623939bfbf07e3e823385439d0 /Package_html_static.mk
parent64187c4328623fca6c00d2f5c9f659211ee18883 (diff)
Switched from list.js to fuse.js and paginathing.js
Fuse.js has Apache License 2.0 and paginathing.js has Expat License (aka MIT). Paginathing is a paginating utility and it was originally jQuery, but due to performance concerns I converted it to pure JavaScript and rather brutally adapted it to our needs. Fuse.js gives us fuzzy search with multiple strings. The settings can be refined, if needed. Settings can be easily tested with the live demo: http://fusejs.io/ Change-Id: I1cf6a6f7d06adbcac95760db90187ee26be8e908 Reviewed-on: https://gerrit.libreoffice.org/48906 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_static.mk')
-rw-r--r--Package_html_static.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Package_html_static.mk b/Package_html_static.mk
index 32d4b05fee..40a65b6a77 100644
--- a/Package_html_static.mk
+++ b/Package_html_static.mk
@@ -18,8 +18,8 @@ $(eval $(call gb_Package_add_file,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOL
$(eval $(call gb_Package_add_files,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOLDER)/$(PRODUCTVERSION),\
help.js \
- jquery-3.1.1.min.js \
- list.min.js \
+ fuse.js \
+ paginathing.js \
normalize.css \
default.css \
))