From bcbdce6a9a98ebe59f9ded4953299fd4e363e165 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 7 Nov 2023 11:13:09 +0100 Subject: [PATCH] Add a small comment on `autoComplete.css` telling where it comes from. --- static/skin/autoComplete/css/autoComplete.css | 1 + test/server.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/skin/autoComplete/css/autoComplete.css b/static/skin/autoComplete/css/autoComplete.css index 19267485c..2434d6164 100644 --- a/static/skin/autoComplete/css/autoComplete.css +++ b/static/skin/autoComplete/css/autoComplete.css @@ -1,3 +1,4 @@ +/* Modified from https://github.com/TarekRaafat/autoComplete.js (version 10.2.6)*/ .autoComplete_wrapper { display: inline-block; position: relative; diff --git a/test/server.cpp b/test/server.cpp index c9ef75e8c..6e52cdac1 100644 --- a/test/server.cpp +++ b/test/server.cpp @@ -57,7 +57,7 @@ const ResourceCollection resources200Compressible{ { DYNAMIC_CONTENT, "/ROOT%23%3F/skin/autoComplete/autoComplete.min.js" }, { STATIC_CONTENT, "/ROOT%23%3F/skin/autoComplete/autoComplete.min.js?cacheid=1191aaaf" }, { DYNAMIC_CONTENT, "/ROOT%23%3F/skin/autoComplete/css/autoComplete.css" }, - { STATIC_CONTENT, "/ROOT%23%3F/skin/autoComplete/css/autoComplete.css?cacheid=08951e06" }, + { STATIC_CONTENT, "/ROOT%23%3F/skin/autoComplete/css/autoComplete.css?cacheid=ef30cd42" }, { DYNAMIC_CONTENT, "/ROOT%23%3F/skin/i18n.js" }, { STATIC_CONTENT, "/ROOT%23%3F/skin/i18n.js?cacheid=6a8c6fb2" }, { DYNAMIC_CONTENT, "/ROOT%23%3F/skin/index.css" }, @@ -317,7 +317,7 @@ R"EXPECTEDRESULT( - +