Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit e7f25c6

Browse files
committed
Progress: #13
1 parent 60a9c17 commit e7f25c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/samples/javascript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
* @param event
113113
*/
114114
source.onerror = function (event) {
115-
document.getElementById("error").innerHTML = event.data;
115+
this.close();
116116
};
117117
});
118118

0 commit comments

Comments
 (0)