Browse Source

Update network timeline view

Daniel Supernault 6 years ago
parent
commit
1e88bb4b63
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/timeline/network.blade.php

+ 1 - 0
resources/views/timeline/network.blade.php

@@ -8,6 +8,7 @@
 
 
 @push('scripts')
 @push('scripts')
 <script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
 <script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
+<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
 <script type="text/javascript">
 <script type="text/javascript">
 	new Vue({
 	new Vue({
 		el: '#content'
 		el: '#content'