mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-15 09:53:36 -06:00
Successfully replaced application.js
This commit is contained in:
parent
d49e6787d6
commit
84f0cb3765
@ -65,8 +65,10 @@
|
||||
</div><!-- /.modal-dialog -->
|
||||
</div><!-- /.modal -->
|
||||
|
||||
|
||||
<?php // echo javascript_include_tag(); ?>
|
||||
{{HTML::script('assets/javascript/jquery/jquery-2.1.1.min.js')}}
|
||||
{{HTML::script('assets/javascript/bootstrap/bootstrap.min.js')}}
|
||||
{{HTML::script('assets/javascript/metisMenu/jquery.metisMenu.min.js')}}
|
||||
{{HTML::script('assets/javascript/sb-admin/sb-admin-2.js')}}
|
||||
@yield('scripts')
|
||||
</body>
|
||||
</html>
|
@ -1,16 +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 jquery
|
||||
//= require bootstrap/bootstrap.min
|
||||
//= require metisMenu/jquery.metisMenu.min
|
||||
//= require sb-admin/sb-admin-2
|
4
public/assets/javascript/jquery/jquery-2.1.1.min.js
vendored
Normal file
4
public/assets/javascript/jquery/jquery-2.1.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
public/assets/javascript/jquery/jquery-2.1.1.min.map
Normal file
1
public/assets/javascript/jquery/jquery-2.1.1.min.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user