mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Hardcode v2
This commit is contained in:
@@ -17,8 +17,6 @@ customRange: "{{ 'customRange'|_ }}"
|
||||
}
|
||||
};
|
||||
|
||||
moment ??= function() {};
|
||||
|
||||
// date range actual configuration:
|
||||
var dateRangeConfig = {
|
||||
startDate: moment("{{ dateRangeConfig.start }}"),
|
||||
|
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
<!-- ./wrapper -->
|
||||
|
||||
<script src="{{ route('javascript.v2.variables') }}" nonce="{{ JS_NONCE }}"></script>
|
||||
<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 %}
|
||||
|
Reference in New Issue
Block a user