Keep the checkbox 'another subtask' activated, see #295

This commit is contained in:
Frédéric Guillot
2014-10-04 16:29:54 -04:00
parent b8f41d0f2a
commit f531d57dc2
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,6 @@ Kanboard.Project = (function() {
// Initialization
$(function() {
//alert($(window).width());
if ($("#board").length) {
Kanboard.Board.Init();
}