mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Replaced accounts, budgets and index.
This commit is contained in:
@@ -105,5 +105,6 @@
|
||||
<script type="text/javascript">
|
||||
var accountID = {{$account->id}};
|
||||
</script>
|
||||
<?php // echo javascript_include_tag('accounts'); ?>
|
||||
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
|
||||
{{HTML::script('assets/javascript/firefly/accounts.js')}}
|
||||
@stop
|
||||
@@ -94,7 +94,8 @@
|
||||
|
||||
@stop
|
||||
@section('scripts')
|
||||
<?php // echo javascript_include_tag('index'); ?>
|
||||
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
|
||||
{{HTML::script('assets/javascript/firefly/index.js')}}
|
||||
@stop
|
||||
@section('styles')
|
||||
<?php // echo stylesheet_link_tag('index'); ?>
|
||||
|
||||
Reference in New Issue
Block a user