[vier] Add missing addeditortext() JS function in compose private message page
This commit is contained in:
parent
ea09a51dff
commit
fe2d97315b
1 changed files with 5 additions and 0 deletions
|
@ -49,5 +49,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
function addeditortext(data) {
|
||||
var currentText = $("#prvmail-text").val();
|
||||
$("#prvmail-text").val(currentText + data);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue