DLLG#90434 Probleem met werkplekreserveringen en persoonselectie via plattegrond

svn path=/Website/branches/v2025.3/; revision=70657
This commit is contained in:
Jos Groot Lipman
2025-10-20 08:32:10 +00:00
parent 1791f20605
commit 9b402a03be

View File

@@ -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);