dont auto embedd images, untill we think of something better to do

This commit is contained in:
maxwell 2011-03-22 10:54:10 -07:00
parent 728d0537cb
commit 35bc86f6a6

View file

@ -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();
});