form-compose.js 142 B

1234567891011
  1. //[Javascript]
  2. $(function () {
  3. "use strict";
  4. //Add text editor
  5. $("#compose-textarea").wysihtml5();
  6. }); // End of use strict