Making tracker image fully invisible

At the moment the tracker is a 1x1 image, changed the HTML code to make it fully invisible.
pull/229/head
DeveloppSoft 2016-04-05 17:36:19 +02:00
parent 83a17e8c2d
commit c83ce80d13
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func processCampaign(c *models.Campaign) {
t,
c.URL + "?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,
}
// Parse the templates