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.
2016-02-15 16:47:53 +01:00
|
|
|
/*
|
|
|
|
|
globals define console
|
|
|
|
|
*/
|
2015-01-30 18:12:20 +01:00
|
|
|
require([
|
|
|
|
|
'/customize/DecorateToolbar.js',
|
|
|
|
|
'/bower_components/jquery/dist/jquery.min.js'
|
2015-02-02 16:01:33 +01:00
|
|
|
], function (Dt) {
|
|
|
|
|
Dt.main(window.$('#bottom-bar'));
|
2015-01-30 18:12:20 +01:00
|
|
|
});
|