This commit is contained in:
DonRenando 2015-03-17 18:52:25 +01:00
parent e2b3b2ce45
commit f03f88be79
1 changed files with 4 additions and 0 deletions

View File

@ -16,7 +16,10 @@
@endsection
@section('page-scripts')
<script src="/js/firework.js"></script>
<script src="{{ URL::to('js/responsivevoice.js') }}"></script>
<script src="/js/memory.js"></script>
<script>
var cards2 = [];
@ -37,4 +40,5 @@
</script>
@endsection