dont auto embedd images, untill we think of something better to do
This commit is contained in:
parent
728d0537cb
commit
35bc86f6a6
1 changed files with 2 additions and 3 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue