From 227bda3d1021088584443d4eb9e7b1f210119e77 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Wed, 6 May 2015 14:34:00 -0400 Subject: [PATCH] Whitespace --- js/scratchx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scratchx.js b/js/scratchx.js index 1f5611a..b87dcd7 100644 --- a/js/scratchx.js +++ b/js/scratchx.js @@ -141,7 +141,7 @@ function sendURLtoFlash(url) { } $("[data-action='load-url'] button").click(function(e) { - sendURLtoFlash($(e.target).siblings('input[type="text"]').val()); + sendURLtoFlash($(e.target).siblings('input[type="text"]').val()); });