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

@@ -31,7 +31,7 @@ if (!loadedVersions.includes('/js/frames/versionClass.js')) {
}
document.querySelector('#creator-menu-sections').appendChild(newHTML);
var classHeader = new Image();
classHeader.src = '/img/frames/class/header.png';
classHeader.src = fixUri('/img/frames/class/header.png');
classHeader.onload = classEdited;
fixClassInputs(classEdited);
} else {