Browse Source

fix typos

websocket-ui
Jeff Becker 8 years ago
parent
commit
4eb0c42a7e
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 4
      websocket-ui/ui.js

4
websocket-ui/ui.js

@ -117,13 +117,11 @@ function tunnelState(tid, state) {
tunnelFailed(tid); tunnelFailed(tid);
} else if (state == "6" ) { } else if (state == "6" ) {
tunnelExpiring(tid); tunnelExpiring(tid);
} else {
logit("tunnel "+tid+" state "+state);
} }
} }
function tunnelCreated(tid) { function tunnelCreated(tid) {
logit("tunnel "+tid+" was created"); logit("Tunnel "+tid+" was created");
} }
function logit(msg) { function logit(msg) {

Loading…
Cancel
Save