Linux compatibility fixes
This commit is contained in:
parent
9e83bfec47
commit
80bf6388c9
4 changed files with 5 additions and 3 deletions
|
@ -45,6 +45,8 @@
|
|||
}
|
||||
|
||||
- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame {
|
||||
|
||||
[sender stringByEvaluatingJavaScriptFromString:@"var OS_TYPE = 'mac';"];
|
||||
|
||||
if (sender == oauthView) {
|
||||
|
||||
|
|
Reference in a new issue