Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
DOCUMENTATION, updating some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Feb 16, 2017
1 parent fe2b075 commit 70a7337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions javascript/misdirection-testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70a7337

Please sign in to comment.