not quite finished
This commit is contained in:
6
customize.dist/pad.js
Normal file
6
customize.dist/pad.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require([
|
||||
'/customize/DecorateToolbar.js',
|
||||
'/bower_components/jquery/dist/jquery.min.js'
|
||||
], function (Dt, $) {
|
||||
Dt.main($('.rtwysiwyg-toolbar-rightside'));
|
||||
});
|
||||
Reference in New Issue
Block a user