From 35bc86f6a6948f4699e0a0060ab5a73f2ed6d287 Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Tue, 22 Mar 2011 10:54:10 -0700 Subject: [PATCH] dont auto embedd images, untill we think of something better to do --- public/javascripts/stream.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/javascripts/stream.js b/public/javascripts/stream.js index 17e4eaba87..105a1680ab 100644 --- a/public/javascripts/stream.js +++ b/public/javascripts/stream.js @@ -11,9 +11,8 @@ var Stream = { Diaspora.widgets.timeago.updateTimeAgo(); $stream.not(".show").delegate("a.show_post_comments", "click", Stream.toggleComments); //audio linx - // Stream.setUpAudioLinks(); - Stream.setUpImageLinks(); + //Stream.setUpImageLinks(); // comment link form focus $stream.delegate(".focus_comment_textarea", "click", function(e){ @@ -86,7 +85,7 @@ var Stream = { //collapse publisher Publisher.close(); Publisher.clear(); - Stream.setUpImageLinks(); + //Stream.setUpImageLinks(); Stream.setUpAudioLinks(); }); -- GitLab