Skip to content

Commit c18177d

Browse files
committed
Fix: null dereference error
1 parent 9cc2c31 commit c18177d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@
140140
this.parentNode.removeChild(this)
141141
}.bind(SplashScreen), 1000)
142142

143+
MainContent.show = function () { }
143144
SplashScreen = undefined
144145
MainContent = undefined
145-
MainContent.show = function() {}
146146
}
147147
})(SplashScreen, MainContent)
148148

0 commit comments

Comments
 (0)