From 9b402a03bec2bfc855b9a52df0153ef5de0e02fc Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Mon, 20 Oct 2025 08:32:10 +0000 Subject: [PATCH] DLLG#90434 Probleem met werkplekreserveringen en persoonselectie via plattegrond svn path=/Website/branches/v2025.3/; revision=70657 --- APPL/Shared/Suggest/suggest.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/APPL/Shared/Suggest/suggest.js b/APPL/Shared/Suggest/suggest.js index 0a948a82fe..a079174181 100644 --- a/APPL/Shared/Suggest/suggest.js +++ b/APPL/Shared/Suggest/suggest.js @@ -1024,11 +1024,8 @@ async function _Suggest(inParams) { } } - if (isMobile) { - xDiv.ontouchstart = function() { highlight(this.sgIndex); }; - } else { - xDiv.onmouseover = function() { highlight(this.sgIndex); }; - } + xDiv.ontouchstart = function() { highlight(this.sgIndex); }; + xDiv.onmouseover = function() { highlight(this.sgIndex); }; xDiv.onmousedown = function() { setValues(true);