File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ _Refresh.js_ lets you **refresh the browser** with an http request.
77
88## Installation
99
10- Bring up the ` refresh.js ` container (this is just ssehub with a little
11- configuration):
10+ Bring up the ` refresh.js ` container (this is just
11+ [ ssehub ] ( https://github.com/vgno/ssehub ) with a little configuration):
1212
1313``` sh
1414docker run --detach --name refresh.js --publish 8080:8080 ghcr.io/explodinglabs/refresh.js
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ changesEventSource.onopen = (event) => {
4242
4343changesEventSource . onerror = ( event ) => {
4444 console . log ( "changesEventSource error" ) ;
45- console . log ( event ) ;
4645} ;
4746
4847changesEventSource . addEventListener ( "html" , ( event ) => {
You can’t perform that action at this time.
0 commit comments