Update content of files

This commit is contained in:
GitHub Action 2023-12-22 14:18:50 +00:00
parent 1e8ed18cfc
commit 3247e576b5
2 changed files with 2 additions and 12 deletions

View file

@ -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);

View file

@ -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;