MDFC Helper

This commit is contained in:
Kyle
2021-05-19 10:09:26 -07:00
parent 6d79e5e75a
commit 6652030049
5 changed files with 37 additions and 6 deletions

View File

@@ -57,8 +57,4 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
});
}
//loads available frames
loadFramePack();
//Only for the main version as the webpage loads:
if (!card.text) {
document.querySelector('#loadFrameVersion').click();
}
loadFramePack();