fixes/updates

This commit is contained in:
Kyle
2021-07-13 20:32:59 -07:00
parent d3a486d688
commit b5d2b8af4c
58 changed files with 169 additions and 51 deletions

View File

@@ -35,9 +35,9 @@ if (!loadedVersions.includes('/js/frames/versionSaga.js')) {
}
document.querySelector('#creator-menu-sections').appendChild(newHTML);
var sagaChapter = new Image();
sagaChapter.src = '/img/frames/saga/sagaChapter.png';
sagaChapter.src = fixUri('/img/frames/saga/sagaChapter.png');
var sagaDivider = new Image();
sagaDivider.src = '/img/frames/saga/sagaDivider.png';
sagaDivider.src = fixUri('/img/frames/saga/sagaDivider.png');
sagaChapter.onload = sagaDivider.onload = sagaEdited;
fixSagaInputs(sagaEdited);
}