Expand new layout code.

This commit is contained in:
James Cole
2020-06-17 07:06:45 +02:00
parent 5cc1369191
commit c8f1e4bbd7
54 changed files with 40101 additions and 95 deletions

View File

@@ -0,0 +1,3 @@
var sessionStart = '{{ start }}';
var sessionEnd = '{{ end }}';

View File

@@ -74,6 +74,7 @@
</div>
<!-- ./wrapper -->
<script src="{{ route('javascript.v2.variables') }}" 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 %}