correctly fix browse foreigners popup for search page

This commit is contained in:
Garvin Hicking
2004-09-16 10:01:12 +00:00
parent 20c5dd53f2
commit ed5c160745
3 changed files with 6 additions and 5 deletions

View File

@@ -830,7 +830,7 @@ function insertValueQuery() {
/**
* listbox redirection
*/
function goToUrl(selObj, goToLocation){
function goToUrl(selObj, goToLocation) {
eval("document.location.href = '" + goToLocation + "pos=" + selObj.options[selObj.selectedIndex].value + "'");
}