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/Controller/App.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'app/Controller') diff --git a/app/Controller/App.php b/app/Controller/App.php index 8a97e8c7..5c9c45b5 100644 --- a/app/Controller/App.php +++ b/app/Controller/App.php @@ -93,16 +93,6 @@ class App extends Base $this->response->html($this->helper->text->markdown($payload['text'])); } - /** - * Colors stylesheet - * - * @access public - */ - public function colors() - { - $this->response->css($this->color->getCss()); - } - /** * Task autocompletion (Ajax) * -- cgit v1.2.3