Client javascript support: fixes #18
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
line-height: 1.2em;
|
||||
}
|
||||
</style>
|
||||
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
||||
${MD_JS}
|
||||
<script>
|
||||
(function($, undefined) {
|
||||
var socket = new WebSocket("ws://${WS_HOST}:${WS_PORT}");
|
||||
|
||||
Reference in New Issue
Block a user