summaryrefslogtreecommitdiff
path: root/app/Model/Acl.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-23 20:47:46 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-23 20:47:46 -0400
commit948ebb242490092c5a7e187c3b7813134b047d5e (patch)
tree28ed10f76c648ad8c70ffcc74e85c6de1ad8cfde /app/Model/Acl.php
parentcdd2080fc0041d71b99862a9aa3542fe6150c6c4 (diff)
Improve assets loading: remove http call to load task colors and async load of app.js
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r--app/Model/Acl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index 90944128..c9e155ed 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -21,7 +21,6 @@ class Acl extends Base
'user' => array('google', 'github'),
'task' => array('readonly'),
'board' => array('readonly'),
- 'app' => array('colors'),
'webhook' => '*',
'ical' => '*',
'feed' => '*',