forked from MarseyWorld/MarseyWorld
fix samsung browser
parent
5d704a2cb2
commit
8f4236a294
|
@ -953,7 +953,7 @@
|
||||||
<div id="viewmore-{{offset}}"><button id="viewbtn" class="btn btn-primary" onclick="viewmore({{pid}},'{{sort}}',{{offset}},{{ids}})">VIEW MORE COMMENTS</a></div>
|
<div id="viewmore-{{offset}}"><button id="viewbtn" class="btn btn-primary" onclick="viewmore({{pid}},'{{sort}}',{{offset}},{{ids}})">VIEW MORE COMMENTS</a></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v %}
|
{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v and 'SamsungBrowser' not in g.agent %}
|
||||||
<div id="detection" style="display:none;background-color:canvas;color-scheme:light"></div>
|
<div id="detection" style="display:none;background-color:canvas;color-scheme:light"></div>
|
||||||
<script>
|
<script>
|
||||||
const detectionDiv = document.querySelector('#detection');
|
const detectionDiv = document.querySelector('#detection');
|
||||||
|
|
Loading…
Reference in New Issue