2
0

Fix the URL of the news page to point to the web.

This commit is contained in:
Maarten Billemont 2012-09-22 10:23:21 +02:00
parent 02a5d48ce4
commit d8414aaab9

View File

@ -135,7 +135,7 @@
- (void)viewDidLoad { - (void)viewDidLoad {
[self.newsView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"file://localhost/Users/lhunath/Documents/workspace/lyndir/MasterPassword/Site/news.html"]]]; [self.newsView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.masterpasswordapp.com/news.html"]]];
self.avatarToUser = [NSMutableDictionary dictionaryWithCapacity:3]; self.avatarToUser = [NSMutableDictionary dictionaryWithCapacity:3];
self.fbOperationQueue = [NSOperationQueue new]; self.fbOperationQueue = [NSOperationQueue new];