File tree 1 file changed +5
-5
lines changed
src/main/java/stirling/software/SPDF/controller/api
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ function getDetailedLanguageCode() {
56
56
writer .println (
57
57
"""
58
58
// Pixel, doesn't collect any PII
59
- const pixel = document.createElement('img');
60
- pixel .src = 'https://pixel.stirlingpdf.com/a.png?x-pxid=4f5fa02f-a065-4efb-bb2c-24509a4b6b92';
61
- pixel .style.position = 'absolute';
62
- pixel .style.visibility = 'hidden';
63
- document.body.appendChild(pixel );
59
+ const trackingPixel = document.createElement('img');
60
+ trackingPixel .src = 'https://pixel.stirlingpdf.com/a.png?x-pxid=4f5fa02f-a065-4efb-bb2c-24509a4b6b92';
61
+ trackingPixel .style.position = 'absolute';
62
+ trackingPixel .style.visibility = 'hidden';
63
+ document.body.appendChild(trackingPixel );
64
64
""" );
65
65
writer .flush ();
66
66
}
You can’t perform that action at this time.
0 commit comments