mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Create GUI for onionshare chat mode with the tab workflow
This commit is contained in:
parent
2c938fd777
commit
819e406d46
8 changed files with 214 additions and 2 deletions
|
@ -6,7 +6,6 @@ $(function(){
|
|||
socket.emit('joined', {});
|
||||
});
|
||||
socket.on('status', function(data) {
|
||||
console.log("received")
|
||||
$('#chat').append('<p><small><i>' + data.msg + '</i></small></p>');
|
||||
$('#chat').scrollTop($('#chat')[0].scrollHeight);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue