Replaced categories.js

This commit is contained in:
James Cole 2014-09-23 21:46:35 +02:00
parent 7c043e1923
commit 90bada5497
2 changed files with 2 additions and 15 deletions

View File

@ -40,5 +40,6 @@
<script type="text/javascript">
var categoryID = {{$category->id}};
</script>
<?php // echo javascript_include_tag('categories'); ?>
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
{{HTML::script('assets/javascript/firefly/categories.js')}}
@stop

View File

@ -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