From c83ce80d13eb36e53be3f47909c5f6300e3a0b54 Mon Sep 17 00:00:00 2001 From: DeveloppSoft Date: Tue, 5 Apr 2016 17:36:19 +0200 Subject: [PATCH 1/2] Making tracker image fully invisible At the moment the tracker is a 1x1 image, changed the HTML code to make it fully invisible. --- worker/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/worker.go b/worker/worker.go index 214828e6..858de037 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -78,7 +78,7 @@ func processCampaign(c *models.Campaign) { t, c.URL + "?rid=" + t.RId, c.URL + "/track?rid=" + t.RId, - "", + "", ft, } // Parse the templates From 7f1aeb02d5e070fff020439deda6f6ce96a9b999 Mon Sep 17 00:00:00 2001 From: Eliott T Date: Wed, 6 Apr 2016 07:32:20 +0200 Subject: [PATCH 2/2] Update worker.go Added single quotes --- worker/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/worker.go b/worker/worker.go index 858de037..981740db 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -78,7 +78,7 @@ func processCampaign(c *models.Campaign) { t, c.URL + "?rid=" + t.RId, c.URL + "/track?rid=" + t.RId, - "", + "", ft, } // Parse the templates