mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix 'empty drive' button in anon drives
This commit is contained in:
parent
21d3108ad5
commit
33818cdc93
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user