Fix 'empty drive' button in anon drives

This commit is contained in:
yflory 2020-06-03 16:41:53 +02:00
parent 21d3108ad5
commit 33818cdc93
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ define([
icon: 'fa-ban',
tippy: Messages.fm_burnThisDriveButton,
drawer: false
}).click(function () {
}, function () {
UI.confirm(Messages.fm_burnThisDrive, function (yes) {
if (!yes) { return; }
common.getSframeChannel().event('EV_BURN_ANON_DRIVE');