diff options
| author | callum <none@none> | 2011-03-22 13:58:27 -0700 |
|---|---|---|
| committer | callum <none@none> | 2011-03-22 13:58:27 -0700 |
| commit | a57729b9260ce5e711bff47c02ca54ab65eade27 (patch) | |
| tree | 01ffc51e271d72fc0d1eadf2825f7cfa02078821 /indra/newview/llfloaterwebcontent.cpp | |
| parent | 22be29e60f5f45c7d30add3aeb219fef34d4ffec (diff) | |
SOCIAL-634 FIX Error condition content for Destination Guide, Avatar Picker,
and Help if S3 content or web content is not available
Diffstat (limited to 'indra/newview/llfloaterwebcontent.cpp')
| -rw-r--r-- | indra/newview/llfloaterwebcontent.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloaterwebcontent.cpp b/indra/newview/llfloaterwebcontent.cpp index 76fb985b39..058567492b 100644 --- a/indra/newview/llfloaterwebcontent.cpp +++ b/indra/newview/llfloaterwebcontent.cpp @@ -328,12 +328,6 @@ void LLFloaterWebContent::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent const std::string link = self->getHoverLink(); mStatusBarText->setText( link ); } - else if(event == MEDIA_EVENT_NAVIGATE_ERROR_PAGE ) - { - std::string redirect_url = gSavedSettings.getString("WebContentFloaterErrorURL"); - mWebBrowser->navigateTo(redirect_url, "text/html"); - set_current_url(redirect_url); - } } void LLFloaterWebContent::set_current_url(const std::string& url) |
