summaryrefslogtreecommitdiff
path: root/app/Templates/task_layout.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-22 20:58:21 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-22 20:58:21 -0400
commit40917992e775bd21a280eb267241c452e04e5ade (patch)
treec1bf82ab83564bc9ca749f026f54342cbd35374f /app/Templates/task_layout.php
parent2230dd4e6b148346c0ec596b9e3e12996a762ed8 (diff)
Add files upload
Diffstat (limited to 'app/Templates/task_layout.php')
-rw-r--r--app/Templates/task_layout.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Templates/task_layout.php b/app/Templates/task_layout.php
index 9a6bbd00..ce5f36c5 100644
--- a/app/Templates/task_layout.php
+++ b/app/Templates/task_layout.php
@@ -13,4 +13,5 @@
<?= $task_content_for_layout ?>
</div>
</section>
-</section> \ No newline at end of file
+</section>
+<script type="text/javascript" src="assets/js/task.js"></script> \ No newline at end of file