Completed adding of customization system and bottom infobar
This commit is contained in:
6
customize.dist/sheet.js
Normal file
6
customize.dist/sheet.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require([
|
||||
'/customize/DecorateToolbar.js',
|
||||
'/bower_components/jquery/dist/jquery.min.js'
|
||||
], function (Dt) {
|
||||
Dt.main(window.$('#bottom-bar'));
|
||||
});
|
||||
Reference in New Issue
Block a user