Fix JS error when loading page with search

This commit is contained in:
Guillaume Gomez 2019-12-15 21:27:25 +01:00
parent 7dbfb0a8ca
commit 5f68732b04
1 changed files with 1 additions and 1 deletions

View File

@ -2683,7 +2683,7 @@ function getSearchElement() {
insertAfter(popup, getSearchElement()); insertAfter(popup, getSearchElement());
} }
onHashChange(); onHashChange(null);
window.onhashchange = onHashChange; window.onhashchange = onHashChange;
buildHelperPopup(); buildHelperPopup();