Hide our_address

This commit is contained in:
Sosthene00 2024-04-19 00:20:34 +02:00
parent b5f3c82192
commit c57330d389

View File

@ -63,10 +63,10 @@ class Services {
const services = await Services.getInstance();
await services.injectHtml('Messaging');
services.attachSubmitListener("form4nk", (event) => services.sendMessage(event));
const ourAddress = document.getElementById('our_address');
if (ourAddress) {
ourAddress.innerHTML = `<strong>Our Address:</strong> ${this.sp_address}`
}
// const ourAddress = document.getElementById('our_address');
// if (ourAddress) {
// ourAddress.innerHTML = `<strong>Our Address:</strong> ${this.sp_address}`
// }
// services.attachClickListener("displaysendmessage", services.displaySendMessage);
// await services.displayProcess();
}