[AUTO] Update static page

Files changed:\nM	site/index.html
This commit is contained in:
Cyberes 2022-09-26 06:13:38 +00:00
parent 6c798ecdd5
commit 996b0d1f54
1 changed files with 10 additions and 9 deletions

View File

@ -81,7 +81,7 @@
<p>
<i>
Page updates automatically daily. Last updated
<a class="btn-link" data-placement="bottom" data-toggle="tooltip" style="cursor: pointer;text-decoration: none;" title="09-26-2022 06:05:16 UTC">
<a class="btn-link" data-placement="bottom" data-toggle="tooltip" style="cursor: pointer;text-decoration: none;" title="09-26-2022 06:13:08 UTC">
Monday September 26, 2022
</a>
.
@ -14151,14 +14151,7 @@
</div>
</div>
<script>
// Enable tooltips
$(function() {
$('[data-toggle="tooltip"]').tooltip({
placement: "bottom"
})
});
// Download the file under a different name
// Download the file under a different name
const downloadAs = (url, name) => {
axios.get(url, {
headers: {
@ -14179,6 +14172,12 @@
_paq.push(['trackLink', url, 'download']);
};
document.addEventListener("DOMContentLoaded", () => {
// Enable tooltips
$(function() {
$('[data-toggle="tooltip"]').tooltip({
placement: "bottom"
})
});
var waypoints = $(".model-title").waypoint(function(direction) {
_paq.push(["trackEvent", "Scroll", "View Section", this.element.getAttribute("data-content-name")]);
})
@ -14188,5 +14187,7 @@
</script>
<script crossorigin="anonymous" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js">
</script>
<script src="/stable-diffusion-textual-inversion-models/assets/jquery.waypoints.min.js">
</script>
</body>
</html>