1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/assets/js/src/bootstrap.js
2016-04-27 20:50:42 +02:00

4 lines
93 B
JavaScript

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