diff --git a/app/views/piggybanks/index.blade.php b/app/views/piggybanks/index.blade.php index 8c80981311..5b0b712dd4 100644 --- a/app/views/piggybanks/index.blade.php +++ b/app/views/piggybanks/index.blade.php @@ -188,5 +188,5 @@ @stop @section('scripts') - +{{HTML::script('assets/javascript/firefly/piggybanks.js')}} @stop \ No newline at end of file diff --git a/public/assets/javascript/piggybanks.js b/public/assets/javascript/piggybanks.js deleted file mode 100644 index da4638fd51..0000000000 --- a/public/assets/javascript/piggybanks.js +++ /dev/null @@ -1,13 +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 firefly/piggybanks