Update content of files

This commit is contained in:
GitHub Action 2024-01-10 13:21:31 +00:00
parent 8ff80fdf80
commit 6d43a34ffd

View file

@ -1048,9 +1048,7 @@ var Assets = {
username: username, username: username,
auction: true auction: true
}, function(result) { }, function(result) {
if (result.error) { if (result.confirm_message) {
return showAlert(result.error);
} else if (result.confirm_message) {
showConfirm(result.confirm_message, function() { showConfirm(result.confirm_message, function() {
doPutToAuction(); doPutToAuction();
}, result.confirm_button); }, result.confirm_button);
@ -1150,9 +1148,7 @@ var Assets = {
username: username, username: username,
auction: false auction: false
}, function(result) { }, function(result) {
if (result.error) { if (result.confirm_message) {
return showAlert(result.error);
} else if (result.confirm_message) {
showConfirm(result.confirm_message, function() { showConfirm(result.confirm_message, function() {
doSellUsername(); doSellUsername();
}, result.confirm_button); }, result.confirm_button);