DLLG#90434 Probleem met werkplekreserveringen en persoonselectie via plattegrond
svn path=/Website/branches/v2025.3/; revision=70657
This commit is contained in:
@@ -1024,11 +1024,8 @@ async function _Suggest(inParams) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isMobile) {
|
xDiv.ontouchstart = function() { highlight(this.sgIndex); };
|
||||||
xDiv.ontouchstart = function() { highlight(this.sgIndex); };
|
xDiv.onmouseover = function() { highlight(this.sgIndex); };
|
||||||
} else {
|
|
||||||
xDiv.onmouseover = function() { highlight(this.sgIndex); };
|
|
||||||
}
|
|
||||||
|
|
||||||
xDiv.onmousedown = function() {
|
xDiv.onmousedown = function() {
|
||||||
setValues(true);
|
setValues(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user