mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Replaced recurring.js
This commit is contained in:
parent
b0a31cebc2
commit
401508577e
@ -188,5 +188,7 @@
|
||||
<?php // echo stylesheet_link_tag('recurring'); ?>
|
||||
@stop
|
||||
@section('scripts')
|
||||
<?php // echo javascript_include_tag('recurring'); ?>
|
||||
{{HTML::script('assets/javascript/tagsinput/bootstrap-tagsinput.min.js')}}
|
||||
{{HTML::script('assets/javascript/firefly/recurring.js')}}
|
||||
|
||||
@stop
|
@ -186,6 +186,7 @@
|
||||
<?php // echo stylesheet_link_tag('recurring'); ?>
|
||||
@stop
|
||||
@section('scripts')
|
||||
<?php // echo javascript_include_tag('recurring'); ?>
|
||||
{{HTML::script('assets/javascript/tagsinput/bootstrap-tagsinput.min.js')}}
|
||||
{{HTML::script('assets/javascript/firefly/recurring.js')}}
|
||||
|
||||
@stop
|
@ -0,0 +1 @@
|
||||
;
|
@ -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 tagsinput/bootstrap-tagsinput.min
|
||||
//= require firefly/recurring
|
Loading…
Reference in New Issue
Block a user