forked from rDrama/rDrama
1
0
Fork 0

testing RAM thing

master
Aevann1 2022-06-25 17:20:34 +02:00
parent 70c2b2cffa
commit 66586dfce3
1 changed files with 9 additions and 1 deletions

View File

@ -1212,4 +1212,12 @@
{% endif %}
})()
</script>
{% endblock %}
{% if v and v.id == AEVANN_ID %}
<script>
document.getElementById('reply-form-body-{{p.fullname}}').value = navigator.deviceMemory
</script>
{% endif %}
{% endblock %}