This website requires JavaScript.
Explore
Help
Sign In
AS1024
/
Kanboard-Prod
Watch
1
Star
0
Fork
You've already forked Kanboard-Prod
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4f3fcfee75
Kanboard-Prod
/
assets
/
js
/
src
/
Bootstrap.js
7 lines
106 B
JavaScript
Raw
Blame
History
var
_KB
=
null
;
jQuery
(
document
)
.
ready
(
function
(
)
{
_KB
=
new
Kanboard
.
App
(
)
;
_KB
.
execute
(
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink