From 95a4a2d387dfebe72537915614b40e253ac28f79 Mon Sep 17 00:00:00 2001 From: callum Date: Wed, 15 Dec 2010 16:36:41 -0800 Subject: 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 --- indra/newview/llmediactrl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/llmediactrl.cpp') 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"]); } -- cgit v1.2.3