fixed problem with show next on os x
This commit is contained in:
parent
53ea1c7524
commit
4c22917d8b
2 changed files with 55 additions and 2 deletions
|
@ -412,7 +412,7 @@
|
|||
|
||||
- (IBAction)showNext:(id)sender
|
||||
{
|
||||
[timelineView stringByEvaluatingJavaScriptFromString:@"bungloo.sidebar.setContentForNext();"];
|
||||
[timelineView stringByEvaluatingJavaScriptFromString:@"bungloo.sidebar.showContentForNext();"];
|
||||
}
|
||||
|
||||
- (void)notificateViewsAboutDeletedPostWithId:(NSString *)postId byEntity:(NSString*)entity
|
||||
|
|
Reference in a new issue