added next to os x

This commit is contained in:
Jeena Paradies 2013-04-09 23:03:13 +02:00
parent 30b35aaaff
commit 4b62a47960
3 changed files with 42 additions and 41 deletions

View file

@ -410,6 +410,11 @@
[self openURL:@"http://jabs.nu/bungloo"];
}
- (IBAction)showNext:(id)sender
{
[timelineView stringByEvaluatingJavaScriptFromString:@"bungloo.sidebar.setContentForNext();"];
}
- (void)notificateViewsAboutDeletedPostWithId:(NSString *)postId byEntity:(NSString*)entity
{
NSString *f = [NSString stringWithFormat:@".postDeleted('%@', '%@');", postId, entity];