#52 Remove href attribute instead of clearing it
This commit is contained in:
parent
b064b79f97
commit
7f9c26bca0
|
@ -57,7 +57,7 @@ function handleQuickSearch(event) {
|
|||
linkElement.click();
|
||||
|
||||
// clean up afterwards
|
||||
linkElement.href = '';
|
||||
linkElement.removeAttribute('href');
|
||||
quickSearchElement.value = '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue