mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 02:53:22 +02:00
Minor fixes.
Clean up unused code Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
6bc445d12d
commit
e11a30274e
3 changed files with 0 additions and 6 deletions
|
@ -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":
|
||||
|
|
|
@ -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, "");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -132,9 +132,6 @@ body {
|
|||
// height: 100%;
|
||||
max-width: 400px;
|
||||
max-height: 300px;
|
||||
|
||||
// max-width: 400px;
|
||||
// max-height: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue