lint compliance
This commit is contained in:
@@ -335,6 +335,7 @@ define([
|
||||
$button.click(function () {
|
||||
$spinner.show();
|
||||
UI.confirm(Messages.settings_deleteConfirm, function (yes) {
|
||||
if (!yes) { return; }
|
||||
sframeChan.query("Q_SETTINGS_DELETE_ACCOUNT", null, function (err, data) {
|
||||
// Owned drive
|
||||
if (data.state === true) {
|
||||
|
||||
Reference in New Issue
Block a user