client/general: remove faux href='#' from links

This commit is contained in:
rr-
2016-07-30 21:47:56 +02:00
parent 29bc41f5da
commit e464e69b36
12 changed files with 22 additions and 25 deletions

View File

@ -214,7 +214,6 @@ class AutoCompleteControl {
let resultIndexWorkaround = resultIndex;
const listItem = document.createElement('li');
const link = document.createElement('a');
link.href = '#';
link.innerHTML = resultItem.caption;
link.setAttribute('data-key', resultItem.value);
link.addEventListener(