correctly fix browse foreigners popup for search page
This commit is contained in:
@@ -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 + "'");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user