From 2af4d5c0a7a698a5c0fe1bdab8d220171220e301 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Fri, 28 Dec 2012 21:42:52 +0100 Subject: [PATCH] fixed #104 --- WebKit/scripts/controller/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebKit/scripts/controller/Profile.js b/WebKit/scripts/controller/Profile.js index 09332f9..ad674a8 100644 --- a/WebKit/scripts/controller/Profile.js +++ b/WebKit/scripts/controller/Profile.js @@ -268,7 +268,7 @@ function(HostApp, Core, Paths, URI) { "https://tent.io/types/post/repost/v0.1.0", "https://tent.io/types/post/status/v0.1.0", "https://tent.io/types/post/delete/v0.1.0", - //"https://tent.io/types/post/photo/v0.1.0" + "https://tent.io/types/post/photo/v0.1.0" ]; url.addSearch("post_types", post_types.join(","));