kb / assets /js /src /Bootstrap.js
Xv Zan
ULFS
e4f4821
raw
history blame
106 Bytes
var _KB = null;
jQuery(document).ready(function() {
_KB = new Kanboard.App();
_KB.execute();
});