Initial moap commit. /VERY/ WIP. Primarily committed to clean up unstaged changes. Do not run this, even if it may compile, as it will NOT work (for a myriad of reasons)!
This commit is contained in:
@@ -63,5 +63,5 @@ void LLFloaterHtmlSimple::navigateTo(const std::string &url)
|
||||
void LLFloaterHtmlSimple::setTrusted(bool trusted)
|
||||
{
|
||||
LLMediaCtrl* web = getChild<LLMediaCtrl>("browser");
|
||||
web->setTrusted(trusted);
|
||||
web->setTrustedContent(trusted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user