Broke everything; #220: Fixed
This commit is contained in:
@@ -40,14 +40,14 @@ namespace FoxTube.Pages.SettingsPages
|
||||
{
|
||||
XmlDocument doc = new XmlDocument();
|
||||
|
||||
doc.Load("http://foxgame.hol.es/foxtube-changelog.xml");
|
||||
doc.Load("http://foxgame-studio.000webhostapp.com/foxtube-changelog.xml");
|
||||
foreach (XmlElement e in doc["items"].ChildNodes)
|
||||
items.Add(new InboxItem(
|
||||
e.GetAttribute("version"),
|
||||
e["content"].InnerText,
|
||||
e.GetAttribute("time")));
|
||||
|
||||
doc.Load("http://foxgame.hol.es/foxtube-messages.xml");
|
||||
doc.Load("http://foxgame-studio.000webhostapp.com/foxtube-messages.xml");
|
||||
foreach (XmlElement e in doc["posts"].ChildNodes)
|
||||
items.Add(new InboxItem(
|
||||
e["header"].InnerText,
|
||||
|
||||
Reference in New Issue
Block a user