forked from GithubMirrors/cardconjurer
fixes/updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user