Linux compatibility fixes

This commit is contained in:
Jeena Paradies 2012-11-16 20:17:05 +01:00
parent 9e83bfec47
commit 80bf6388c9
4 changed files with 5 additions and 3 deletions

View file

@ -45,6 +45,8 @@
}
- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame {
[sender stringByEvaluatingJavaScriptFromString:@"var OS_TYPE = 'mac';"];
if (sender == oauthView) {