mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
require([
|
|
'/customize/DecorateToolbar.js',
|
|
'/bower_components/jquery/dist/jquery.min.js'
|
|
], function (Dt) {
|
|
Dt.main(window.$('#bottom-bar'));
|
|
});
|