This commit is contained in:
Kyle
2021-10-25 20:43:14 -07:00
parent 4d490ae44b
commit d1fc08140b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,6 +1,6 @@
//defines available frames //defines available frames
availableFrames = [ availableFrames = [
{name:'Multicolored Frame', src:'/img/frames/old/legends/legendsFrameM.png'} {name:'Multicolored Frame', src:'/img/frames/old/legends/m.png'}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;