added opening conversation view in new window to OS X

This commit is contained in:
Jeena Paradies 2013-04-16 23:20:08 +02:00
parent 11e6da5592
commit 142b4d4dd3
13 changed files with 481 additions and 37 deletions

View file

@ -14,6 +14,8 @@ function(HostApp, Core, Paths, URI) {
this.action = "profile";
this.posts_limit = 25;
this.container = document.createElement("div");
this.container.className = this.action;
document.getElementById("content").appendChild(this.container);
@ -390,7 +392,7 @@ function(HostApp, Core, Paths, URI) {
add_search = add_search || {};
var url = URI(root_url + "/posts");
url.addSearch("limit", 20);
url.addSearch("limit", this.posts_limit);
var post_types = [
"https://tent.io/types/post/repost/v0.1.0",