fixed 92
This commit is contained in:
parent
5888236aaf
commit
448cb24ca3
1 changed files with 1 additions and 0 deletions
|
@ -473,6 +473,7 @@
|
||||||
NSString *js = [NSString stringWithFormat:@"tentia_instance.showStatus('%@', '%@');", postId, entity];
|
NSString *js = [NSString stringWithFormat:@"tentia_instance.showStatus('%@', '%@');", postId, entity];
|
||||||
[conversationView stringByEvaluatingJavaScriptFromString:js];
|
[conversationView stringByEvaluatingJavaScriptFromString:js];
|
||||||
[conversationViewWindow makeKeyAndOrderFront:self];
|
[conversationViewWindow makeKeyAndOrderFront:self];
|
||||||
|
[[NSApplication sharedApplication] activateIgnoringOtherApps:YES];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (IBAction)showProfileForEntity:(NSString *)entity
|
- (IBAction)showProfileForEntity:(NSString *)entity
|
||||||
|
|
Reference in a new issue