mirror of
https://github.com/friendica/friendica
synced 2025-04-24 15:50:12 +00:00
Issue 5721: Temporarily deactivate the picture upload from private mails
This commit is contained in:
parent
18fd86f51e
commit
63b5cb4fc6
2 changed files with 6 additions and 1 deletions
|
@ -81,6 +81,11 @@ $(function() {
|
|||
Dialog.doImageBrowser("comment", id);
|
||||
return;
|
||||
}
|
||||
|
||||
if (bbcode == "imgprv") {
|
||||
bbcode = "img";
|
||||
}
|
||||
|
||||
insertFormatting(bbcode, id);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue