From 13bc4424ab06099a8eb5fd01922ff564e9d744ae Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 6 Oct 2019 23:30:22 -0700 Subject: [PATCH] make sponsor images take you to sponsor page --- sponsors.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sponsors.html b/sponsors.html index 977cb42..39e338a 100644 --- a/sponsors.html +++ b/sponsors.html @@ -162,13 +162,15 @@ $.each(data, function(i, item) { for (var i = 0; i < item.length; i++) { $("#" + item[i].SponsorLevel).append( - "" +
                     item[i].altText +
-                    "" + "'>" ); } });