Minor fixes.

Clean up unused code

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-03-04 15:18:09 -06:00
parent 6bc445d12d
commit e11a30274e
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B
3 changed files with 0 additions and 6 deletions

View file

@ -137,7 +137,6 @@
case "open_url":
new OverlayWebWindow({ source: parsed.url.toString(), width: 500, height: 400 });
// Window.openUrl(parsed.url.toString());
break;
case "setting_update":

View file

@ -195,7 +195,6 @@
if (yt_url) {
yt_url.forEach((url) => {
message_embeds += `<iframe class="z-depth-2" width='420' height='236' src='https://www.youtube.com/embed/${url.toString().split("/")[3]}' frameborder='0'></iframe><br>`;
// message.message = message.message.replace(url, "");
});
}
@ -204,7 +203,6 @@
if (image_link) {
image_link.forEach((image) => {
message_embeds += `<span class='image-container'><img src='${image}'></span><br>`;
// message.message = message.message.replace(image, "");
});
}

View file

@ -132,9 +132,6 @@ body {
// height: 100%;
max-width: 400px;
max-height: 300px;
// max-width: 400px;
// max-height: 300px;
}
}
}