summaryrefslogtreecommitdiffstats
path: root/src/search_js.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search_js.h')
-rw-r--r--src/search_js.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search_js.h b/src/search_js.h
index d8ef087..934f338 100644
--- a/src/search_js.h
+++ b/src/search_js.h
@@ -240,7 +240,7 @@
" var node = child.firstChild;\n"
" if (j==id)\n"
" {\n"
-" node.innerHTML='•';\n"
+" node.innerHTML='•';\n"
" }\n"
" else\n"
" {\n"
@@ -337,7 +337,7 @@
" hasResultsPage = false;\n"
" }\n"
"\n"
-" window.frames.MSearchResults.location.href = resultsPageWithSearch; \n"
+" window.frames.MSearchResults.location = resultsPageWithSearch; \n"
" var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow();\n"
"\n"
" if (domPopupSearchResultsWindow.style.display!='block')\n"