fixed javascript typo error
This commit is contained in:
@@ -1114,7 +1114,7 @@ if (typeof (EventSource) !== 'undefined') {
|
||||
let jsondata;
|
||||
source.addEventListener('error', function (e) {
|
||||
let txt;
|
||||
switch (Event.target.readyState) {
|
||||
switch (e.target.readyState) {
|
||||
// if reconnecting
|
||||
case EventSource.CONNECTING:
|
||||
txt = 'Reconnecting...';
|
||||
|
||||
Reference in New Issue
Block a user