mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Replaced budget*.js
This commit is contained in:
		| @@ -100,19 +100,20 @@ | |||||||
|  |  | ||||||
| @stop | @stop | ||||||
| @section('scripts') | @section('scripts') | ||||||
|  | {{HTML::script('assets/javascript/highcharts/highcharts.js')}} | ||||||
| @if($view == 1) | @if($view == 1) | ||||||
| <?php // echo javascript_include_tag('budgets-limit'); ?> | {{HTML::script('assets/javascript/firefly/budgets/limit.js')}} | ||||||
| @endif | @endif | ||||||
|  |  | ||||||
| @if($view == 2) | @if($view == 2) | ||||||
| <?php // echo javascript_include_tag('budgets-nolimit'); ?> | {{HTML::script('assets/javascript/firefly/budgets/nolimit.js')}} | ||||||
| @endif | @endif | ||||||
|  |  | ||||||
| @if($view == 3) | @if($view == 3) | ||||||
| <?php // echo javascript_include_tag('budgets-session'); ?> | {{HTML::script('assets/javascript/firefly/budgets/session.js')}} | ||||||
| @endif | @endif | ||||||
| @if($view == 4) | @if($view == 4) | ||||||
| <?php // echo javascript_include_tag('budgets-default'); ?> | {{HTML::script('assets/javascript/firefly/budgets/default.js')}} | ||||||
| @endif | @endif | ||||||
|  |  | ||||||
| @stop | @stop | ||||||
| @@ -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/budgets/default |  | ||||||
| @@ -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/budgets/limit |  | ||||||
| @@ -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/budgets/nolimit |  | ||||||
| @@ -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/budgets/session |  | ||||||
		Reference in New Issue
	
	Block a user