Loading web/js/script.js +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ function getInfo() { if (window.XMLHttpRequest) { request = new XMLHttpRequest(); } else { throw "XMLHttpRequest not available!"; throw new Error("XMLHttpRequest not available!"); } request.onreadystatechange = processInfo; Loading Loading
web/js/script.js +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ function getInfo() { if (window.XMLHttpRequest) { request = new XMLHttpRequest(); } else { throw "XMLHttpRequest not available!"; throw new Error("XMLHttpRequest not available!"); } request.onreadystatechange = processInfo; Loading