summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-04 16:29:54 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-04 16:29:54 -0400
commitf531d57dc27b9d1568de0a10b19f69e8c2b2f156 (patch)
tree75165b2b3456347cf1949c5b3b072dcffa368a69 /assets
parentb8f41d0f2a42e8e3f455f5497fc6437142f10776 (diff)
Keep the checkbox 'another subtask' activated, see #295
Diffstat (limited to 'assets')
-rw-r--r--assets/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/js/app.js b/assets/js/app.js
index 812cd034..c474efb8 100644
--- a/assets/js/app.js
+++ b/assets/js/app.js
@@ -275,7 +275,6 @@ Kanboard.Project = (function() {
// Initialization
$(function() {
-//alert($(window).width());
if ($("#board").length) {
Kanboard.Board.Init();
}