Rewrite board drag and drop with jquery (touch devices, IE, auto-update)

This commit is contained in:
Frédéric Guillot
2014-05-17 17:35:39 -04:00
parent 09da5720e8
commit 5e4b40665f
18 changed files with 375 additions and 379 deletions

View File

@@ -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();
}
/**