From 948ebb242490092c5a7e187c3b7813134b047d5e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 23 Jun 2015 20:47:46 -0400 Subject: Improve assets loading: remove http call to load task colors and async load of app.js --- app/Model/Acl.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Model/Acl.php') 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' => '*', -- cgit v1.2.3