Wire dependencies for ws_listener.js

This commit is contained in:
Bálint Bokros 2017-11-27 18:54:18 +01:00
parent a2106d5b89
commit ce2ae58075

View File

@ -5,6 +5,7 @@
<title>Babylonian Tutorial Proof of Concept</title> <title>Babylonian Tutorial Proof of Concept</title>
<link rel="stylesheet" href="{{ static_url('vendor/css/bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ static_url('vendor/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ static_url('vendor/css/highlight/github.min.css')}}">
</head> </head>
<body> <body>
<div class="jumbotron text-center"> <div class="jumbotron text-center">
@ -36,9 +37,11 @@
</div> </div>
</div> </div>
<script src="{{ static_url('vendor/js/jquery-3.2.1.slim.min.js') }}" defer></script> <script src="{{ static_url('vendor/js/jquery-3.2.1.min.js') }}" defer></script>
<script src="{{ static_url('vendor/js/popper.min.js') }}" defer></script> <script src="{{ static_url('vendor/js/popper.min.js') }}" defer></script>
<script src="{{ static_url('vendor/js/bootstrap.min.js') }}" defer></script> <script src="{{ static_url('vendor/js/bootstrap.min.js') }}" defer></script>
<script src="{{ static_url('vendor/js/highlight.min.js') }} defer"></script>
<script src="{{ static_url('vendor/js/showdown.min.js') }} defer"></script>
<script src="{{ static_url('ws_listener.js') }}" defer></script> <script src="{{ static_url('ws_listener.js') }}" defer></script>
</body> </body>
</html> </html>