mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-20 16:12:16 +00:00
Cleanup unused files
This commit is contained in:
@@ -8,7 +8,6 @@ Chat.FileSelectionBehavior = {
|
||||
return;
|
||||
}
|
||||
this._fileSelected(files[0]); //single select
|
||||
//files.forEach(this._fileSelected.bind(this)); //multi-select
|
||||
},
|
||||
_fileSelected: function(file) {
|
||||
if (file) {
|
||||
|
||||
Reference in New Issue
Block a user