mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Adds noscript HTML
This commit is contained in:
parent
7215b463ed
commit
992ced72f6
4 changed files with 12 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
|||
$(function(){
|
||||
$(document).ready(function(){
|
||||
$('.chat-container').removeClass('no-js');
|
||||
var socket = io.connect('http://' + document.domain + ':' + location.port + '/chat');
|
||||
|
||||
// Store current username received from app context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue