cryptpad/customize.dist/DecorateToolbar.js
Caleb James DeLisle 84164123b6 not quite finished
2015-01-30 18:12:20 +01:00

8 lines
243 B
JavaScript

define([
'/bower_components/jquery/dist/jquery.min.js'
], function ($) {
var main = function ($toolbar) {
$toolbar.append('<p>Made With <img src="/customize/"> in Paris</p>')
Dt.main($('.rtwysiwyg-toolbar-rightside'));
});