added next to os x
This commit is contained in:
parent
30b35aaaff
commit
4b62a47960
3 changed files with 42 additions and 41 deletions
|
@ -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];
|
||||
|
|
Reference in a new issue