mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Change image position
This commit is contained in:
parent
eadde46c7f
commit
6017f9bfa8
@ -52,6 +52,16 @@ public class AdditionalLanguageJsController {
|
|||||||
return "en_GB";
|
return "en_GB";
|
||||||
}
|
}
|
||||||
""");
|
""");
|
||||||
|
|
||||||
|
writer.println(
|
||||||
|
"""
|
||||||
|
// Pixel, doesn't collect any PII
|
||||||
|
const pixel = document.createElement('img');
|
||||||
|
pixel.src = 'https://pixel.stirlingpdf.com/a.png?x-pxid=4f5fa02f-a065-4efb-bb2c-24509a4b6b92';
|
||||||
|
pixel.style.position = 'absolute';
|
||||||
|
pixel.style.visibility = 'hidden';
|
||||||
|
document.body.appendChild(pixel);
|
||||||
|
""");
|
||||||
writer.flush();
|
writer.flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user