зеркало из https://github.com/mozilla/pjs.git
Bug 293362 gSearchInput is not always defined in function Search
p=me r=mnyromyr sr=neil.parkwaycc.co.uk a=shaver
This commit is contained in:
Родитель
99ae0cdd94
Коммит
58b3db4ebc
|
@ -524,10 +524,10 @@ function ClearQSIfNecessary()
|
|||
|
||||
function Search(str)
|
||||
{
|
||||
viewDebug("in Search str = " + str + "gSearchInput.showingSearchCriteria = " + gSearchInput.showingSearchCriteria + "\n");
|
||||
|
||||
GetSearchInput();
|
||||
|
||||
viewDebug("in Search str = " + str + "gSearchInput.showingSearchCriteria = " + gSearchInput.showingSearchCriteria + "\n");
|
||||
|
||||
if (str != gSearchInput.value)
|
||||
{
|
||||
gQSViewIsDirty = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче