mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update transactions.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
var allowedOpposingTypes = {{ config('firefly.allowed_opposing_types')|json_encode|raw }};
|
||||
var accountToTransaction = {{ config('firefly.account_to_transaction')|json_encode|raw }};
|
||||
// var allowedOpposingTypes = {{ config('firefly.allowed_opposing_types')|json_encode|raw }};
|
||||
// var accountToTransaction = {{ config('firefly.account_to_transaction')|json_encode|raw }};
|
||||
|
||||
@@ -87,26 +87,10 @@
|
||||
</div>
|
||||
<!-- ./wrapper -->
|
||||
|
||||
<script src="{{ route('javascript.v2.variables') }}?layout=v2" nonce="{{ JS_NONCE }}"></script>
|
||||
<script src="v2/js/manifest.js" nonce="{{ JS_NONCE }}"></script>
|
||||
<script src="v2/js/vendor.js" nonce="{{ JS_NONCE }}"></script>
|
||||
{% block scripts %}{% endblock %}
|
||||
|
||||
<!-- jQuery -->
|
||||
<!--<script src="v2/plugins/jquery/jquery.min.js" nonce="{{ JS_NONCE }}"></script>-->
|
||||
<!-- jQuery UI 1.11.4 -->
|
||||
<!--<script src="v2/plugins/jquery-ui/jquery-ui.min.js" nonce="{{ JS_NONCE }}"></script>-->
|
||||
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
||||
<!--<script nonce="{{ JS_NONCE }}">
|
||||
$.widget.bridge('uibutton', $.ui.button)
|
||||
</script>
|
||||
-->
|
||||
<!-- Bootstrap 4 -->
|
||||
<!--<script src="v2/plugins/bootstrap/js/bootstrap.bundle.min.js" nonce="{{ JS_NONCE }}"></script>-->
|
||||
<!-- overlayScrollbars -->
|
||||
<!--<script src="v2/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js" nonce="{{ JS_NONCE }}"></script>-->
|
||||
<!-- AdminLTE App -->
|
||||
<!--<script src="v2/dist/js/adminlte.js" nonce="{{ JS_NONCE }}"></script>-->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user