Issue 5721: Temporarily deactivate the picture upload from private mails

This commit is contained in:
Michael 2018-09-13 15:46:37 +00:00
parent 18fd86f51e
commit 63b5cb4fc6
2 changed files with 6 additions and 1 deletions

View file

@ -81,6 +81,11 @@ $(function() {
Dialog.doImageBrowser("comment", id);
return;
}
if (bbcode == "imgprv") {
bbcode = "img";
}
insertFormatting(bbcode, id);
});