Adds noscript HTML

This commit is contained in:
Saptak S 2020-07-04 19:25:38 +05:30
parent b9a2c56e0f
commit fe673e97be
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