mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-19 23:52:16 +00:00
Lots of small improvements, websockets fallback
This commit is contained in:
@@ -8,6 +8,7 @@ Chat.FileButtonBehaviorImpl = {
|
||||
if (!fileInput) {
|
||||
fileInput = document.createElement('input');
|
||||
fileInput.type = 'file';
|
||||
fileInput.multiple = 'true';
|
||||
fileInput.className = 'fileInput';
|
||||
fileInput.style.position = 'fixed';
|
||||
fileInput.style.top = '-10000px';
|
||||
|
||||
Reference in New Issue
Block a user