mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.199.0
This commit is contained in:
@@ -21,10 +21,6 @@ class PlutoniumPage {
|
||||
{path: "plutonium/compact-chat.webp", id: "wrp-img-compact-chat"},
|
||||
];
|
||||
|
||||
static _VIDEOS = [
|
||||
{path: "plutonium/artbrowser.webm", id: "video-artbrowser"},
|
||||
];
|
||||
|
||||
static _pOnLoad_initElements () {
|
||||
this._IMAGES
|
||||
.forEach(({path, id}) => {
|
||||
@@ -34,14 +30,6 @@ class PlutoniumPage {
|
||||
.html(`<img class="big-help-gif" src="${url}" loading="lazy">`)
|
||||
.attr("href", url);
|
||||
});
|
||||
|
||||
this._VIDEOS
|
||||
.forEach(({path, id}) => {
|
||||
const url = Renderer.get().getMediaUrl("img", path);
|
||||
|
||||
$(`#${id}`)
|
||||
.html(`<source src="${url}" type="video/webm">`);
|
||||
});
|
||||
}
|
||||
|
||||
static async pOnLoad () {
|
||||
|
||||
Reference in New Issue
Block a user