mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
d39974c784
commit
cf5e8edfea
2 changed files with 2 additions and 12 deletions
|
@ -1048,9 +1048,7 @@ var Assets = {
|
|||
username: username,
|
||||
auction: true
|
||||
}, function(result) {
|
||||
if (result.error) {
|
||||
return showAlert(result.error);
|
||||
} else if (result.confirm_message) {
|
||||
if (result.confirm_message) {
|
||||
showConfirm(result.confirm_message, function() {
|
||||
doPutToAuction();
|
||||
}, result.confirm_button);
|
||||
|
@ -1150,9 +1148,7 @@ var Assets = {
|
|||
username: username,
|
||||
auction: false
|
||||
}, function(result) {
|
||||
if (result.error) {
|
||||
return showAlert(result.error);
|
||||
} else if (result.confirm_message) {
|
||||
if (result.confirm_message) {
|
||||
showConfirm(result.confirm_message, function() {
|
||||
doSellUsername();
|
||||
}, result.confirm_button);
|
||||
|
|
|
@ -2218,12 +2218,6 @@ a.pr-account-button-wrap:focus {
|
|||
.field-readonly .pr-form-control-wrap:after {
|
||||
display: none;
|
||||
}
|
||||
.pr-form-control-wrap.has-locked .input,
|
||||
.pr-form-control-wrap.has-locked input.form-control,
|
||||
.pr-form-control-wrap.has-locked .select {
|
||||
padding-right: 40px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.pr-form-control-wrap.has-photo .pr-form-control,
|
||||
.pr-form-control-wrap.has-progress.field-loading .pr-form-control {
|
||||
padding-right: 48px;
|
||||
|
|
Loading…
Reference in a new issue