From f1e340384efd2fcfd3ee345f88dd77b54194eea0 Mon Sep 17 00:00:00 2001 From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 7 Nov 2018 14:38:46 -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 4924ce7..0b1459f 100644 --- a/ajax-requests/js/jsonCap.js +++ b/ajax-requests/js/jsonCap.js @@ -1,4 +1,4 @@ -(funtion() { console.log('jsonCap.js is running...'); }()); +// (funtion() { console.log('jsonCap.js is running...'); }()); function captureJSON() { var xhr = new XMLHttpRequest();