Skip to content

Commit

Permalink
fixed #46
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed May 19, 2017
1 parent c048439 commit 052b6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h2 id="welcome">DetectRTC!</h2>

var tr = appendTR('Your system blocked WebSockets protocol or WebSockets server is not accessible?', printVal(DetectRTC.isWebSocketsBlocked), 'isWebSocketsBlocked');
DetectRTC.checkWebSocketsSupport(function() {
tr.querySelectorAll('td')[1].innerHTML = printVal(DetectRTC.isWebSocketsBlocked);
tr.querySelectorAll('td')[2].innerHTML = printVal(DetectRTC.isWebSocketsBlocked);
});

appendTR('Browser Supports WebAudio API?', printVal(DetectRTC.isAudioContextSupported), 'isAudioContextSupported');
Expand Down

0 comments on commit 052b6c1

Please sign in to comment.