Skip to content

Commit d317166

Browse files
author
homyakov
committed
Fixed script error
1 parent 2cdcdb7 commit d317166

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/ExceptionLab.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
</style>
1212
<script src="ExceptionLab.js"></script>
1313
<script>
14-
document.getElementById("userAgent").innerHTML = navigator.userAgent;
15-
1614
function dumpException(ex) {
1715
ex = ex || new Error("Default error");
1816
var text = "{\n " + getExceptionProps(ex).join(",\n ") + "\n}";

0 commit comments

Comments
 (0)