mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-24 16:29:45 +01:00
Update content of files
This commit is contained in:
parent
52ff1efde3
commit
5ce2650ad8
1 changed files with 2 additions and 6 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue