summaryrefslogtreecommitdiff
path: root/controllers/base.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-17 17:35:39 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-17 17:35:39 -0400
commit5e4b40665fa11ce0fd0fe957a19e2b7e63f47446 (patch)
treeb0e458788f84c03608154866ec3e964ec89ccb14 /controllers/base.php
parent09da5720e8dccaa2437a7b25d992eaa104753684 (diff)
Rewrite board drag and drop with jquery (touch devices, IE, auto-update)
Diffstat (limited to 'controllers/base.php')
-rw-r--r--controllers/base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/controllers/base.php b/controllers/base.php
index b4f438c3..37353ff0 100644
--- a/controllers/base.php
+++ b/controllers/base.php
@@ -212,8 +212,9 @@ abstract class Base
$this->response->redirect('?controller=user&action=forbidden');
}
- // Attach events for automatic actions
+ // Attach events
$this->action->attachEvents();
+ $this->project->attachEvents();
}
/**