This commit is contained in:
Aevann1 2021-12-01 01:50:00 +02:00
parent 8982714e9b
commit 2b05937e69
21 changed files with 36 additions and 36 deletions

View file

@ -33,4 +33,4 @@ window.onload = function() {
usernames.forEach(eventasdf); usernames.forEach(eventasdf);
document.addEventListener("click", function(e){dfgh(e)}); document.addEventListener("click", function(e){dfgh(e)});
}); };

View file

@ -33,7 +33,7 @@ window.onload = function() {
prevScrollpos = currentScrollPos; prevScrollpos = currentScrollPos;
} }
}); };
</script> </script>
{% endblock %} {% endblock %}

View file

@ -61,7 +61,7 @@ window.onload = function() {
prevScrollpos = currentScrollPos; prevScrollpos = currentScrollPos;
} }
}); };
</script> </script>
{% endblock %} {% endblock %}

View file

@ -24,7 +24,7 @@ window.onload = function() {
} }
}; };
}); };
</script> </script>
<div class="modal fade" id="banModal" tabindex="-1" role="dialog" aria-labelledby="banModalTitle" aria-hidden="true"> <div class="modal fade" id="banModal" tabindex="-1" role="dialog" aria-labelledby="banModalTitle" aria-hidden="true">

View file

@ -35,7 +35,7 @@ window.onload = function() {
document.getElementById("reddot-{{c.id}}").innerHTML = '<i style="color:red !important" class="text-admin fas fa-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="Unread"></i>' document.getElementById("reddot-{{c.id}}").innerHTML = '<i style="color:red !important" class="text-admin fas fa-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="Unread"></i>'
} }
}); };
</script> </script>
{% endif %} {% endif %}
@ -55,7 +55,7 @@ window.onload = function() {
{%endif%} {%endif%}
})() })()
}); };
</script> </script>
<div style="display:none" id="popover-{{c.id}}"> <div style="display:none" id="popover-{{c.id}}">
@ -838,7 +838,7 @@ window.onload = function() {
document.getElementById('toast-post-error-text').innerText = "Only logged-in users can vote!"; document.getElementById('toast-post-error-text').innerText = "Only logged-in users can vote!";
{% endif %} {% endif %}
} }
}); };
const popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]')); const popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
@ -852,6 +852,6 @@ window.onload = function() {
}) })
</script> </script>
<script defer src="/assets/js/popover.js?v=7"></script> <script defer src="/assets/js/popover.js?v=8"></script>
</body> </body>

View file

@ -341,7 +341,7 @@ window.onload = function() {
mouseOver: "fly" mouseOver: "fly"
}); });
}); };
</script> </script>
<noscript> <noscript>
<style> <style>

View file

@ -5,5 +5,5 @@
window.onload = function() { window.onload = function() {
document.getElementById('twitter-widget-0').setAttribute('sandbox','') document.getElementById('twitter-widget-0').setAttribute('sandbox','')
}); };
</script> </script>

View file

@ -5,5 +5,5 @@
window.onload = function() { window.onload = function() {
document.getElementById('twitter-widget-0').setAttribute('sandbox','') document.getElementById('twitter-widget-0').setAttribute('sandbox','')
}); };
</script> </script>

View file

@ -8,7 +8,7 @@ window.onload = function() {
table.removeChild(event.target.parentElement.parentElement); table.removeChild(event.target.parentElement.parentElement);
} }
}); };
</script> </script>
<pre> <pre>

View file

@ -8,7 +8,7 @@ window.onload = function() {
table.removeChild(event.target.parentElement.parentElement); table.removeChild(event.target.parentElement.parentElement);
} }
}); };
</script> </script>
<pre> <pre>

View file

@ -33,7 +33,7 @@ window.onload = function() {
.then(fp => fp.get()) .then(fp => fp.get())
.then(result => {if (result.visitorId != '{{v.fp}}') fp(result.visitorId);}) .then(result => {if (result.visitorId != '{{v.fp}}') fp(result.visitorId);})
}); };
</script> </script>
{% endif %} {% endif %}
{% endif %} {% endif %}
@ -188,7 +188,7 @@ window.onload = function() {
} }
} }
}); };
</script> </script>
{% endif %} {% endif %}
@ -205,7 +205,7 @@ window.onload = function() {
.then(() => beamsClient.getDeviceInterests()) .then(() => beamsClient.getDeviceInterests())
.catch(console.error); .catch(console.error);
}); };
</script> </script>
{% endif %} {% endif %}

View file

@ -41,7 +41,7 @@ window.onload = function() {
} }
} }
}); };
</script> </script>
<div class="row"> <div class="row">

View file

@ -46,7 +46,7 @@ window.onload = function() {
document.getElementById("submit-btn").onclick = flip; document.getElementById("submit-btn").onclick = flip;
}); };
</script> </script>
{% endif %} {% endif %}
</div> </div>

View file

@ -700,7 +700,7 @@ window.onload = function() {
} }
} }
}); };
</script> </script>
{% include "emoji_modal.html" %} {% include "emoji_modal.html" %}

View file

@ -12,7 +12,7 @@ window.onload = function() {
document.getElementById("emailpasswordRequired").classList.remove("d-none"); document.getElementById("emailpasswordRequired").classList.remove("d-none");
}); });
}); };
</script> </script>
<div class="row"> <div class="row">

View file

@ -859,7 +859,7 @@ window.onload = function() {
{%endif%} {%endif%}
})() })()
}); };
</script> </script>
{% if v and v.id==p.author_id %} {% if v and v.id==p.author_id %}
@ -895,7 +895,7 @@ window.onload = function() {
{% endif %} {% endif %}
} }
}); };
</script> </script>
{% if v %} {% if v %}
@ -924,7 +924,7 @@ window.onload = function() {
mouseOver: "multiply" mouseOver: "multiply"
}); });
}); };
</script> </script>
{% endif %} {% endif %}
@ -943,7 +943,7 @@ window.onload = function() {
mouseOver: "multiply" mouseOver: "multiply"
}); });
}); };
</script> </script>
{% endif %} {% endif %}

View file

@ -77,7 +77,7 @@ window.onload = function() {
{%endif%} {%endif%}
})() })()
}); };
</script> </script>
{% set ups=p.upvotes %} {% set ups=p.upvotes %}
@ -688,4 +688,4 @@ window.onload = function() {
{% include "award_modal.html" %} {% include "award_modal.html" %}
{% endif %} {% endif %}
<script defer src="/assets/js/popover.js?v=7"></script> <script defer src="/assets/js/popover.js?v=8"></script>

View file

@ -68,7 +68,7 @@ window.onload = function() {
setTimeout(_ => t.disabled = false, 2000); setTimeout(_ => t.disabled = false, 2000);
} }
}); };
</script> </script>
{% endif %} {% endif %}
@ -104,7 +104,7 @@ window.onload = function() {
}); });
}); };
</script> </script>
{% endif %} {% endif %}

View file

@ -25,7 +25,7 @@ window.onload = function() {
prevScrollpos = currentScrollPos; prevScrollpos = currentScrollPos;
} }
}); };
</script> </script>
{% endblock %} {% endblock %}

View file

@ -25,7 +25,7 @@ window.onload = function() {
prevScrollpos = currentScrollPos; prevScrollpos = currentScrollPos;
} }
}); };
</script> </script>
{% endblock %} {% endblock %}

View file

@ -25,7 +25,7 @@ window.onload = function() {
prevScrollpos = currentScrollPos; prevScrollpos = currentScrollPos;
} }
}); };
</script> </script>
{% endblock %} {% endblock %}