made tinymce responsive by default

This commit is contained in:
alex
2018-11-14 17:34:16 +01:00
parent 04d3fb2167
commit 9265f8cced
+2 -1
View File
@@ -47,7 +47,8 @@ $widthColumn = $msgExists === true ? 8 : 12;
autoresize_min_height: 140,
autoresize_max_height: 495,
//callback to avoid conflict with ajax (for getting body of first message)
init_instance_callback: "initMsgBody"
init_instance_callback: "initMsgBody",
responsive: true
});
function initMsgBody()