From 0f3d518708e83fe5383de47738bdd06e39057038 Mon Sep 17 00:00:00 2001 From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 7 Nov 2018 14:23:45 -0500 Subject: [PATCH] Update jsonCap.js --- ajax-requests/js/jsonCap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax-requests/js/jsonCap.js b/ajax-requests/js/jsonCap.js index 6f09a09..c5b80fd 100644 --- a/ajax-requests/js/jsonCap.js +++ b/ajax-requests/js/jsonCap.js @@ -1,6 +1,6 @@ function captureJSON() { var xhr = new XMLHttpRequest(); - xhr.onload = funtion() { + xhr.onload = function() { if (xhr.status >= 200 && xhr.status < 400) { var div = document.getElementById('capturedJSON'), content = '',