Skip to content

Commit

Permalink
Fixed a syntax error in the index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgrew committed Nov 30, 2021
1 parent 079bc0b commit 15b63f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.h
@@ -1,2 +1,2 @@
/* This file is generated by git */
#define BUILD "635"
#define BUILD "636"
2 changes: 1 addition & 1 deletion webui/index.js
Expand Up @@ -117,7 +117,7 @@ class Rom extends Uint8Array {
*/
function setup_ui() {
if (!localStorage.flags)
localStorage.flags = 'IVIAAVCAKACAAAAAAAAAAEAA',
localStorage.flags = 'IVIAAVCAKACAAAAAAAAAAEAA'
if (!localStorage.retainFlags)
localStorage.retainFlags = 'AAAAAAAAAAAAAAAAAAAAAAAA'
ui = new Interface(15);
Expand Down

0 comments on commit 15b63f0

Please sign in to comment.