mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 02:18:14 +02:00
fix torrent upload fileFilter not working
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
|
||||
if (dataUrl === null || dataUrl === undefined) {
|
||||
vm.fileSelected = false;
|
||||
// Show success message
|
||||
Notification.info({
|
||||
message: '<i class="glyphicon glyphicon-info-sign"></i> ' + $translate.instant('TORRENTS_NO_FILE_SELECTED')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user