Skip to content

Commit

Permalink
Merge pull request #102 from danieldourado/patch-1
Browse files Browse the repository at this point in the history
Remove Tracking Pixel
  • Loading branch information
assem-ch committed Dec 27, 2023
2 parents 9d9775e + 104d030 commit 19e481a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jet/static/jet/js/src/layout-updaters/branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ $(document).ready(function() {
$('#branding').each(function() {
new BrandingUpdater($(this)).run();
});
if ($('body.login').length != 0) {
$('<img>').attr('src', '//jet.geex-arts.com/ping.gif');
}
});

0 comments on commit 19e481a

Please sign in to comment.