diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-29 19:32:07 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-07-29 19:32:07 +0100 |
commit | 018065aad27b544b62cdaef660f7e39fce616ddf (patch) | |
tree | 5dac26842453d54b426dfcb332d69bed55c01741 | |
parent | 2e520cb849b735402073369d9f10e1a8ed426c2f (diff) |
Backed out changeset 61a2e2a8fb75
-rw-r--r-- | indra/newview/llfloatersearch.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfloatersearch.cpp b/indra/newview/llfloatersearch.cpp index 08a0615b33..13f2d6bc17 100644 --- a/indra/newview/llfloatersearch.cpp +++ b/indra/newview/llfloatersearch.cpp @@ -115,10 +115,6 @@ 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); } } |