passing tests on latest nightly

This commit is contained in:
Carl Fredrik Samson
2020-02-25 19:02:19 +01:00
parent 15936dc004
commit aacb3683a0
11 changed files with 14 additions and 157 deletions

View File

@@ -348,21 +348,6 @@ use purely global functions and state, or any other way you wish.</p>
</div>
<!-- Livereload script (if served using the cli tool) -->
<script type="text/javascript">
var socket = new WebSocket("ws://localhost:3001");
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload(true); // force reload from server (not from cache)
}
};
window.onbeforeunload = function() {
socket.close();
}
</script>
<!-- Google Analytics Tag -->