Hide our_address
This commit is contained in:
parent
b5f3c82192
commit
c57330d389
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user