fixed first-run contextmenu
This commit is contained in:
parent
ea674a9b4f
commit
70dd84283c
@ -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 () {
|
||||
|
@ -46,5 +46,6 @@
|
||||
|
||||
<script src="/i18n.js"></script>
|
||||
<script src="settings.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user