Sha256: 814c59dab9d7edefbdc7d0e6f934185dd565b49d1a99501408a056a447a49009
Contents?: true
Size: 596 Bytes
Versions: 5
Compression:
Stored size: 596 Bytes
Contents
/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 5 Version: 5.1.5 Author: Sean Ngu Website: http://www.seantheme.com/color-admin/ */ var handleSummernote = function() { $(".summernote").summernote({ placeholder: "Hi, this is summernote. Please, write text here! Super simple WYSIWYG editor on Bootstrap", height: $(window).height() * 0.5 }); }; var FormSummernote = function () { "use strict"; return { //main function init: function () { handleSummernote(); } }; }(); $(document).ready(function() { FormSummernote.init(); });
Version data entries
5 entries across 5 versions & 1 rubygems