diff --git a/public/javascripts/stream.js b/public/javascripts/stream.js index 17e4eaba87f5ff713a370f7ad8ddbd12f06293e5..105a1680ab0b9c9be4458ab4665bdcbcb3cd2aca 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(); });