forked from MarseyWorld/MarseyWorld
duwiuishsuehgdz
parent
a0a14eac79
commit
36f76dd64f
|
@ -18,9 +18,9 @@
|
||||||
{% if c.award_count("gold") and not c.is_banned and not c.is_deleted %}
|
{% if c.award_count("gold") and not c.is_banned and not c.is_deleted %}
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("comment-{{c.id}}-only").sparkle({
|
document.getElementById("comment-{{c.id}}-only").sparkle({
|
||||||
count: 20,
|
count: 10,
|
||||||
minAge: 150,
|
minAge: 500,
|
||||||
maxAge: 300,
|
maxAge: 1000,
|
||||||
starsource: `
|
starsource: `
|
||||||
<svg
|
<svg
|
||||||
width="100%"
|
width="100%"
|
||||||
|
|
|
@ -195,9 +195,9 @@
|
||||||
{% if p.award_count("gold") %}
|
{% if p.award_count("gold") %}
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("post-root").sparkle({
|
document.getElementById("post-root").sparkle({
|
||||||
count: 20,
|
count: 15,
|
||||||
minAge: 150,
|
minAge: 500,
|
||||||
maxAge: 300,
|
maxAge: 1000,
|
||||||
starsource: `
|
starsource: `
|
||||||
<svg
|
<svg
|
||||||
width="100%"
|
width="100%"
|
||||||
|
|
Loading…
Reference in New Issue