Skip to content
Snippets Groups Projects
Commit a486319b authored by Roxie Linden's avatar Roxie Linden
Browse files

fix issue with last merge due to trusted browser changes

parent 2f9da367
No related branches found
No related tags found
No related merge requests found
Showing with 49 additions and 1 deletion
......@@ -78,7 +78,6 @@ BOOL LLFloaterEvent::postBuild()
if (mBrowser)
{
mBrowser->addObserver(this);
mBrowser->setTrusted(true);
}
return TRUE;
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
follows="all"
height="400"
can_resize="true"
help_topic="event_details"
label="Event"
layout="topleft"
name="Event"
save_rect="true"
save_visibility="false"
title="EVENT DETAILS"
width="600">
<floater.string
name="loading_text">
Laden...
</floater.string>
<floater.string
name="done_text">
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
name="browser"
height="365"
width="580"
top="0"/>
<text
follows="bottom|left"
height="16"
layout="topleft"
left_delta="0"
name="status_text"
top_pad="10"
width="150" />
</floater>
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
......@@ -20,6 +20,7 @@
Done
</floater.string>
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="10"
......
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