Hardcode v2

This commit is contained in:
James Cole
2020-11-25 19:54:02 +01:00
parent 7211ea5b9b
commit 68bbadb99a
2 changed files with 1 additions and 3 deletions

View File

@@ -17,8 +17,6 @@ customRange: "{{ 'customRange'|_ }}"
}
};
moment ??= function() {};
// date range actual configuration:
var dateRangeConfig = {
startDate: moment("{{ dateRangeConfig.start }}"),

View File

@@ -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 %}