forked from rDrama/rDrama
1
0
Fork 0

test on my samsung browser

master
Aevann1 2022-08-25 15:39:47 +02:00
parent d0cae2f806
commit b6b3946f41
1 changed files with 1 additions and 2 deletions

View File

@ -945,8 +945,7 @@
<div id="viewmore-{{offset}}"><button id="viewbtn" class="btn btn-primary" onclick="viewmore({{pid}},'{{sort}}',{{offset}},{{ids}})">VIEW MORE COMMENTS</a></div>
{% endif %}
{# if SITE == 'rdrama.net' and not ajax and v and v.theme == 'midnight' #}
{% if False %}
{% if SITE == 'rdrama.net' and not ajax and v and v.theme == 'midnight' %}
<script>
const markTemplate = (name) => {
return `<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='50px' height='50px'><text transform='translate(10, 50) rotate(-45)' fill='rgba(45,45,45,0.1)' font-size='20'>${name}</text></svg>`;