diff options
| -rw-r--r-- | indra/newview/llfloatersearch.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatersearch.cpp b/indra/newview/llfloatersearch.cpp index 6fc9a620c1..1e321674a7 100644 --- a/indra/newview/llfloatersearch.cpp +++ b/indra/newview/llfloatersearch.cpp @@ -105,6 +105,10 @@ void LLFloaterSearch::onOpen(const LLSD& key)  {  	if ( (key.has("category")) || ((mBrowser) && (mBrowser->getCurrentNavUrl().empty())) )  	{ +		// new search triggered - blank the page while loading, instead of +		//  temporarily showing stale results +		mBrowser->navigateTo("about:blank"); +  		search(key);  	}  }  | 
