mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 11:56:06 -04:00
Adds noscript HTML
This commit is contained in:
parent
7215b463ed
commit
992ced72f6
4 changed files with 12 additions and 14 deletions
|
@ -187,6 +187,10 @@ table.file-list td:last-child {
|
|||
}
|
||||
}
|
||||
|
||||
.no-js {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.upload-wrapper {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
@ -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