JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "email.js"

Full Path: /home/u369741141/domains/tirondearrastre.com/public_html/js/pages/email.js
File size: 532 bytes
MIME-type: text/plain
Charset: utf-8

$(document).ready(function() {
    
    "use strict";
    
    $('.summernote').summernote({
        height: 150,
        toolbar: [
            // [groupName, [list of button]]
            ['style', ['bold', 'italic', 'underline', 'clear']],
            ['font', ['strikethrough', 'superscript', 'subscript']],
            ['fontsize', ['fontsize']],
            ['color', ['color']],
            ['para', ['ul', 'ol', 'paragraph']],
            ['height', ['height']]
        ],
        placeholder: 'Write your reply...'
	});
});