Enable keyboard shortcut inside textarea and minor fixes

This commit is contained in:
Frederic Guillot
2015-02-15 21:54:21 -05:00
parent 353117f44e
commit b2c95a25e3
9 changed files with 19 additions and 17 deletions

View File

@@ -7,6 +7,7 @@
data-check-interval="<?= $board_private_refresh_interval ?>"
data-save-url="<?= $this->u('board', 'save', array('project_id' => $project['id'])) ?>"
data-check-url="<?= $this->u('board', 'check', array('project_id' => $project['id'], 'timestamp' => time())) ?>"
data-task-creation-url="<?= $this->u('task', 'create', array('project_id' => $project['id'])) ?>"
>
<?php endif ?>