mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
Merge with develop
This commit is contained in:
parent
5648f63a2f
commit
8c7086fa9d
1 changed files with 1 additions and 1 deletions
|
@ -1166,7 +1166,7 @@ namespace NLGUI
|
||||||
|
|
||||||
pos = toLower(content).find("url=");
|
pos = toLower(content).find("url=");
|
||||||
if (pos != string::npos)
|
if (pos != string::npos)
|
||||||
_RefreshUrl = content.substr(pos + 4);
|
_RefreshUrl = getAbsoluteUrl(content.substr(pos + 4));
|
||||||
}
|
}
|
||||||
|
|
||||||
_NextRefreshTime += timeSec;
|
_NextRefreshTime += timeSec;
|
||||||
|
|
Loading…
Reference in a new issue