Issue 5721: Temporarily deactivate the picture upload from private mails
This commit is contained in:
@@ -81,6 +81,11 @@ $(function() {
|
||||
Dialog.doImageBrowser("comment", id);
|
||||
return;
|
||||
}
|
||||
|
||||
if (bbcode == "imgprv") {
|
||||
bbcode = "img";
|
||||
}
|
||||
|
||||
insertFormatting(bbcode, id);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user