Skip to content

Commit c99697c

Browse files
committed
fixes mozilla#1015. lolwhoops
1 parent 0dc7398 commit c99697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ui/archiveTile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,6 @@ module.exports.downloading = function(state, emit) {
413413
function cancel(event) {
414414
event.preventDefault();
415415
event.target.disabled = true;
416-
emit('download', archive);
416+
emit('cancel');
417417
}
418418
};

0 commit comments

Comments
 (0)