fixed first-run contextmenu

This commit is contained in:
and94x 2022-08-17 19:29:55 +02:00
parent ea674a9b4f
commit 70dd84283c
2 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,8 @@ function addToStammTV(info, tab) {
|| websocket.readyState !== WebSocket.OPEN) {
websocket = new WebSocket(WEBSOCKET_URL);
console.log('websocket created');
} else {
console.error('websocket undefined or not OPEN')
}
websocket.onopen = function () {

View File

@ -46,5 +46,6 @@
<script src="/i18n.js"></script>
<script src="settings.js"></script>
<script src="/script.js"></script>
</body>
</html>