diff --git a/app/views/categories/show.blade.php b/app/views/categories/show.blade.php index bce67dc43f..cb5c54418f 100644 --- a/app/views/categories/show.blade.php +++ b/app/views/categories/show.blade.php @@ -40,5 +40,6 @@ - +{{HTML::script('assets/javascript/highcharts/highcharts.js')}} +{{HTML::script('assets/javascript/firefly/categories.js')}} @stop \ No newline at end of file diff --git a/public/assets/javascript/categories.js b/public/assets/javascript/categories.js deleted file mode 100644 index f2c72e3b14..0000000000 --- a/public/assets/javascript/categories.js +++ /dev/null @@ -1,14 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear in whatever order it -// gets included (e.g. say you have require_tree . then the code will appear after all the directories -// but before any files alphabetically greater than 'application.js' -// -// The available directives right now are require, require_directory, and require_tree -// -//= require_tree highcharts -//= require firefly/categories