From 5e4b40665fa11ce0fd0fe957a19e2b7e63f47446 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 17 May 2014 17:35:39 -0400 Subject: Rewrite board drag and drop with jquery (touch devices, IE, auto-update) --- controllers/base.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'controllers/base.php') 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(); } /** -- cgit v1.2.3