ethoFS missing elements patch

This commit is contained in:
FallenGravity
2019-10-16 12:59:58 +02:00
parent ea81aaaeac
commit df9b000687
2 changed files with 3 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ class Uploads {
beforeLoginState() {
var statsRow = document.getElementById("stats-row");
statsRow.style.display = "none";
//statsRow.style.display = "none";
var uploadButton = document.getElementById("main-upload-button");
uploadButton.style.display = "none";
}
@@ -1476,4 +1476,4 @@ $(document).on("render_uploads", function () {
var ethoPriceUSD = data.data.quotes.USD.price;
document.getElementById("ethoprice").textContent = EthoUploads.round(ethoPriceUSD, 4);
}).catch(err => {});
});
});