diff options
author | callum <none@none> | 2010-12-15 16:36:41 -0800 |
---|---|---|
committer | callum <none@none> | 2010-12-15 16:36:41 -0800 |
commit | 95a4a2d387dfebe72537915614b40e253ac28f79 (patch) | |
tree | 2028f5d9d36da439ce3d5bde7dd1512034676582 /indra/newview/llmediactrl.cpp | |
parent | 69dc60cddc02b1c710568580f38df11354b0f505 (diff) |
SOCIAL-387 FIX Clicking on links in TOS during account activation in the viewer do not launch browser in Webkit 4.7
Mis-assumption about floaters that spawn web-content
Diffstat (limited to 'indra/newview/llmediactrl.cpp')
-rw-r--r-- | indra/newview/llmediactrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp index 340c9e7d5c..5834d0503b 100644 --- a/indra/newview/llmediactrl.cpp +++ b/indra/newview/llmediactrl.cpp @@ -1115,7 +1115,6 @@ void LLMediaCtrl::onPopup(const LLSD& notification, const LLSD& response) LLWeb::loadURL(notification["payload"]["url"], notification["payload"]["target"], notification["payload"]["uuid"]); } else - if ( floater_name == "web_content" ) { LLWeb::loadWebURL(notification["payload"]["url"], notification["payload"]["target"], notification["payload"]["uuid"]); } |