This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cryptpad/customize.dist/pad.js
T

7 lines
158 B
JavaScript
Raw Normal View History

2015-01-30 18:12:20 +01:00
require([
'/customize/DecorateToolbar.js',
'/bower_components/jquery/dist/jquery.min.js'
], function (Dt) {
Dt.main(window.$('#bottom-bar'));
2015-01-30 18:12:20 +01:00
});