mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Merge branch 'change_img_pos' of https://github.com/Ludy87/Stirling-PDF into change_img_pos
This commit is contained in:
commit
9f9083f50b
@ -56,11 +56,11 @@ public class AdditionalJsController {
|
|||||||
writer.println(
|
writer.println(
|
||||||
"""
|
"""
|
||||||
// Pixel, doesn't collect any PII
|
// Pixel, doesn't collect any PII
|
||||||
const pixel = document.createElement('img');
|
const trackingPixel = document.createElement('img');
|
||||||
pixel.src = 'https://pixel.stirlingpdf.com/a.png?x-pxid=4f5fa02f-a065-4efb-bb2c-24509a4b6b92';
|
trackingPixel.src = 'https://pixel.stirlingpdf.com/a.png?x-pxid=4f5fa02f-a065-4efb-bb2c-24509a4b6b92';
|
||||||
pixel.style.position = 'absolute';
|
trackingPixel.style.position = 'absolute';
|
||||||
pixel.style.visibility = 'hidden';
|
trackingPixel.style.visibility = 'hidden';
|
||||||
document.body.appendChild(pixel);
|
document.body.appendChild(trackingPixel);
|
||||||
""");
|
""");
|
||||||
writer.flush();
|
writer.flush();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user