3.0.5675.0
This commit is contained in:
@@ -223,7 +223,7 @@
|
||||
function onSearchFormSubmit() {
|
||||
var page = $(this).parents('.page');
|
||||
|
||||
showSearchResults(page, $('#txtLookupName', page).val());
|
||||
showSearchResults(page, $('#txtLookupName', this).val());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user