This commit is contained in:
Kyle
2021-03-04 14:34:00 -08:00
parent 74206aaadb
commit fdd63c8419
7 changed files with 49 additions and 6 deletions

View File

@@ -40,8 +40,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();