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

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

    KB.render();
});