|
|
@ -3293,7 +3293,6 @@ void CLuaIHMRyzom::browseNpcWebPage(const std::string &htmlId, const std::string
|
|
|
|
groupHtml->setTimeout((float)std::max(0.0, timeout));
|
|
|
|
groupHtml->setTimeout((float)std::max(0.0, timeout));
|
|
|
|
|
|
|
|
|
|
|
|
// Browse the url
|
|
|
|
// Browse the url
|
|
|
|
groupHtml->clean();
|
|
|
|
|
|
|
|
groupHtml->browse(url.c_str());
|
|
|
|
groupHtml->browse(url.c_str());
|
|
|
|
// Set top of the page
|
|
|
|
// Set top of the page
|
|
|
|
CCtrlScroll *pScroll = groupHtml->getScrollBar();
|
|
|
|
CCtrlScroll *pScroll = groupHtml->getScrollBar();
|
|
|
|