UNPKG

smssakutoko

Version:

MPWA Multi device beta

12 lines (11 loc) 252 B
$(document).ready(function() { "use strict"; $('#compose-editor').summernote({ height: 200, placeholder: 'Type...' }); $('#reply-editor').summernote({ height: 400, placeholder: 'Reply...' }); });