Skip to content
Snippets Groups Projects
Commit 2e520cb8 authored by Tofu Linden's avatar Tofu Linden
Browse files

WEB-1819 PARTIAL follow-up tweak.

this makes a new externally-invoked search blank-out the old search
until it starts really loading.
parent 5e244834
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment