summaryrefslogtreecommitdiffstats
path: root/apps/tasks/templates/tasks.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tasks/templates/tasks.php')
-rw-r--r--apps/tasks/templates/tasks.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tasks/templates/tasks.php b/apps/tasks/templates/tasks.php
index 8d34a40683b..8df2a100b69 100644
--- a/apps/tasks/templates/tasks.php
+++ b/apps/tasks/templates/tasks.php
@@ -20,3 +20,6 @@
<img title="Edit" src="<?php echo image_path('core', 'actions/rename.svg') ?>" class="svg">
</span>
</p>
+<script type='text/javascript'>
+var categories = <?php echo json_encode($_['categories']); ?>;
+</script>