mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
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