Update socketio and do some cache busting for it

This commit is contained in:
Dane Everitt
2017-06-28 21:53:14 -05:00
parent 7463bea101
commit 674559a066
7 changed files with 7 additions and 8 deletions

View File

@@ -40,7 +40,7 @@
{!! Theme::js('js/laroute.js') !!}
{!! Theme::js('vendor/ansi/ansi_up.js') !!}
{!! Theme::js('vendor/jquery/jquery.min.js') !!}
{!! Theme::js('vendor/socketio/socket.io.min.js') !!}
{!! Theme::js('vendor/socketio/socket.io.v203.min.js') !!}
{!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js') !!}
{!! Theme::js('js/frontend/server.socket.js') !!}
{!! Theme::js('vendor/mousewheel/jquery.mousewheel-min.js') !!}