fix torrent upload fileFilter not working

This commit is contained in:
OldHawk
2017-04-25 14:34:18 +08:00
parent 5cb2946fb4
commit 4bc305f700

View File

@@ -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')
});