summaryrefslogtreecommitdiff
path: root/assets/js/src/Bootstrap.js
blob: 94b1f2ca5f8d670e7d3561de7beed5a9a079d263 (plain)
1
2
3
4
5
6
var _KB = null;

jQuery(document).ready(function() {
    _KB = new Kanboard.App();
    _KB.execute();
});