mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
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:
parent
0b16d96c97
commit
65eaf87892
3 changed files with 203 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue