donation/public/assets/js/pages/task.init.js

12 lines
257 B
JavaScript

/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Task init js
*/
// Bubble theme
var quill = new Quill('#bubble-editor', {
theme: 'bubble'
});