Found and fixed #1571

This commit is contained in:
James Cole
2018-07-28 10:03:47 +02:00
parent 719d610be3
commit d35470a79e
5 changed files with 8 additions and 5 deletions

View File

@@ -156,6 +156,9 @@
</div>
</div>
</div>
<script type="text/javascript">
window.Laravel = "{{ csrf_token() }}";
</script>
<script src="js/lib/moment.min.js?v={{ FF_VERSION }}" type="text/javascript"></script>
<script src="js/ff/moment/{{ language }}.js?v={{ FF_VERSION }}" type="text/javascript"></script>
<script src="{{ route('javascript.variables') }}?ext=.js&amp;v={{ FF_VERSION }}{% if account %}&amp;account={{ account.id }}{% endif %}" type="text/javascript"></script>