Adds noscript HTML

This commit is contained in:
Saptak S 2020-07-04 19:25:38 +05:30
parent 7215b463ed
commit 992ced72f6
No known key found for this signature in database
GPG key ID: 2D9B32E54C68A3FB
4 changed files with 12 additions and 14 deletions

View file

@ -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