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