From 7dffe457a8d74d526e154e1d697339fe344e153e Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sat, 20 Apr 2024 13:36:30 +0200 Subject: [PATCH] Fix typo --- view-webapp/src/main/webapp/js/tour-registration.inc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/view-webapp/src/main/webapp/js/tour-registration.inc.js b/view-webapp/src/main/webapp/js/tour-registration.inc.js index 2a8c14e..7978350 100644 --- a/view-webapp/src/main/webapp/js/tour-registration.inc.js +++ b/view-webapp/src/main/webapp/js/tour-registration.inc.js @@ -1,5 +1,4 @@ const SEARCH_DELAY = 100; -const SEARCH_DELAY = 100; let searchTimer = undefined; let resultTemplate; let searchResult;