[vier] Add missing addeditortext() JS function in compose private message page

This commit is contained in:
Hypolite Petovan 2018-08-04 22:10:09 +02:00
parent ea09a51dff
commit fe2d97315b
1 changed files with 5 additions and 0 deletions

View File

@ -49,5 +49,10 @@
}
}
function addeditortext(data) {
var currentText = $("#prvmail-text").val();
$("#prvmail-text").val(currentText + data);
}
</script>