Merge pull request #229 from DeveloppSoft/patch-1

Making tracker image fully invisible
pull/235/merge
Jordan Wright 2016-04-06 11:37:36 -05:00
commit 0f439d8a20
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func processCampaign(c *models.Campaign) {
t, t,
c.URL + "?rid=" + t.RId, c.URL + "?rid=" + t.RId,
c.URL + "/track?rid=" + t.RId, c.URL + "/track?rid=" + t.RId,
"<img src='" + c.URL + "/track?rid=" + t.RId + "'/>", "<img style='display: none' src='" + c.URL + "/track?rid=" + t.RId + "'/>",
ft, ft,
} }
// Parse the templates // Parse the templates