From c39e61525f6c943da30ec3bc76d31d61bbb5e6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Fri, 4 Dec 2015 11:37:38 +0100 Subject: [PATCH] Missed a paraentheses --- CS-GO/Skins/Get Links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CS-GO/Skins/Get Links.js b/CS-GO/Skins/Get Links.js index 9386869..89c2ae3 100644 --- a/CS-GO/Skins/Get Links.js +++ b/CS-GO/Skins/Get Links.js @@ -5,4 +5,4 @@ jQuery("body").append(""); jQuery(".sih-market-action").each(function() { console.log(jQuery(this).attr("href")); jQuery("body").append('
' + jQuery(this).attr("href") + ", "); -}; +});