Disable pending frontend fix for Samsung mobile.

remotes/1693045480750635534/spooky-22
Snakes 2022-08-25 00:52:20 -04:00
parent 4aadb6dc56
commit d25a172270
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 2 additions and 1 deletions

View File

@ -945,7 +945,8 @@
<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 SITE == 'rdrama.net' and not ajax and v and v.theme == 'midnight' #}
{% if False %}
<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>`;