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/Template/budget/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Template/budget') diff --git a/app/Template/budget/index.php b/app/Template/budget/index.php index 3b594017..80153bbd 100644 --- a/app/Template/budget/index.php +++ b/app/Template/budget/index.php @@ -1,6 +1,3 @@ -asset->js('assets/js/vendor/d3.v3.min.js') ?> -asset->js('assets/js/vendor/c3.min.js') ?> - @@ -32,3 +29,6 @@

+ +asset->js('assets/js/vendor/d3.v3.min.js') ?> +asset->js('assets/js/vendor/c3.min.js') ?> \ No newline at end of file -- cgit v1.2.3