Skip to content

Commit e3116df

Browse files
committed
Move Javadoc StatCounter to the API landing page
JDK 17 Javadoc serves the package index from index.html and redirects overview-summary.html, so the tracker never ran on /docs/api/.
1 parent 3c53258 commit e3116df

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

‎docs/api/index.html‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,15 @@ <h1 class="title"><h1>Scriptella API Documentation</h1></h1>
227227
</footer>
228228
</div>
229229
</div>
230+
<!-- StatCounter: Scriptella API documentation project -->
231+
<script type="text/javascript">
232+
var sc_project=13337472;
233+
var sc_invisible=1;
234+
var sc_security="d3157fa4";
235+
</script>
236+
<script type="text/javascript"
237+
src="https://www.statcounter.com/counter/counter.js" async></script>
238+
<noscript><div class="statcounter"><a title="Web Analytics Made Easy - Statcounter" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/13337472/0/d3157fa4/1/" alt="Web Analytics Made Easy - Statcounter" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
239+
<!-- End of Statcounter Code -->
230240
</body>
231241
</html>

‎docs/api/overview-summary.html‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,5 @@
2222
</noscript>
2323
<p><a href="index.html">index.html</a></p>
2424
</main>
25-
<!-- StatCounter: Scriptella API documentation project -->
26-
<script type="text/javascript">
27-
var sc_project=13337472;
28-
var sc_invisible=1;
29-
var sc_security="d3157fa4";
30-
</script>
31-
<script type="text/javascript"
32-
src="https://www.statcounter.com/counter/counter.js" async></script>
33-
<noscript><div class="statcounter"><a title="Web Analytics Made Easy - Statcounter" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/13337472/0/d3157fa4/1/" alt="Web Analytics Made Easy - Statcounter" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
34-
<!-- End of Statcounter Code -->
35-
3625
</body>
3726
</html>

0 commit comments

Comments
 (0)