experimenting with webrtc, obviously do not merge this, it's purely a pointless experiment I'm struggling to get working

This commit is contained in:
John McLear 2013-03-07 17:16:40 +00:00
parent 0b16d96c97
commit 65eaf87892
3 changed files with 203 additions and 1 deletions

View file

@ -251,7 +251,8 @@ function handshake()
socket.on('message', function(obj)
{
//the access was not granted, give the user a message
// console.log("obj frmo server", obj);
// the access was not granted, give the user a message
if(!receivedClientVars && obj.accessStatus)
{
$('.passForm').submit(require(module.id).savePassword);