remove github stars jquery
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2022-02-21 18:18:34 -05:00
parent 24859260ba
commit 184537041f
2 changed files with 0 additions and 16 deletions

View File

@ -803,13 +803,5 @@ end</pre>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<!-- Github stars script -->
<script>jQuery(document).ready(function ($) {
$.getJSON("https://tildegit.org/api/v1/repos/team/site", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>
</body>
</html>

View File

@ -803,13 +803,5 @@ end</pre>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<!-- Github stars script -->
<script>jQuery(document).ready(function ($) {
$.getJSON("https://tildegit.org/api/v1/repos/team/site", function (data) {
$("#stars").text(data['stars_count'] + " stars");
});
});</script>
</body>
</html>