not quite finished

This commit is contained in:
Caleb James DeLisle
2015-01-30 18:12:20 +01:00
parent 0e44b10aeb
commit 84164123b6
13 changed files with 54 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
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'));
});