From 70a73376b632801acef2b800282bf1bc56f6ff13 Mon Sep 17 00:00:00 2001 From: Nathan Glasl Date: Thu, 16 Feb 2017 11:52:09 +1100 Subject: [PATCH] DOCUMENTATION, updating some comments. --- javascript/misdirection-testing.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/javascript/misdirection-testing.js b/javascript/misdirection-testing.js index b35ba87..ceab6ca 100644 --- a/javascript/misdirection-testing.js +++ b/javascript/misdirection-testing.js @@ -91,6 +91,9 @@ if(event.keyCode === 13) { var input = $(this); if(input.val().length > 0) { + + // Test the link mapping chain for the given URL, and render this to the user. + test(); } return false;