summaryrefslogtreecommitdiff
path: root/app/Controller/App.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/Controller/App.php
parentcdd2080fc0041d71b99862a9aa3542fe6150c6c4 (diff)
Improve assets loading: remove http call to load task colors and async load of app.js
Diffstat (limited to 'app/Controller/App.php')
-rw-r--r--app/Controller/App.php10
1 files changed, 0 insertions, 10 deletions
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
@@ -94,16 +94,6 @@ class App extends Base
}
/**
- * Colors stylesheet
- *
- * @access public
- */
- public function colors()
- {
- $this->response->css($this->color->getCss());
- }
-
- /**
* Task autocompletion (Ajax)
*
* @access public