Skip to content

Commit 15b63f0

Browse files
committed
Fixed a syntax error in the index.js file
1 parent 079bc0b commit 15b63f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* This file is generated by git */
2-
#define BUILD "635"
2+
#define BUILD "636"

webui/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class Rom extends Uint8Array {
117117
*/
118118
function setup_ui() {
119119
if (!localStorage.flags)
120-
localStorage.flags = 'IVIAAVCAKACAAAAAAAAAAEAA',
120+
localStorage.flags = 'IVIAAVCAKACAAAAAAAAAAEAA'
121121
if (!localStorage.retainFlags)
122122
localStorage.retainFlags = 'AAAAAAAAAAAAAAAAAAAAAAAA'
123123
ui = new Interface(15);

0 commit comments

Comments
 (0)