watermark: disable temporarily (#74)

it's borked on most of the themes we need to do some proper checking
will be reenabled and fixed by #46

Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: #74
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
pull/78/head
justcool393 2022-12-15 21:39:43 +00:00 committed by Aevann
parent 855f0483ca
commit 1fd100d28c
1 changed files with 2 additions and 1 deletions

View File

@ -849,7 +849,8 @@
<div id="viewmore-{{offset}}"><button type="button" id="viewbtn" class="btn btn-primary" onclick="viewmore({{pid}},'{{sort}}',{{offset}},{{ids}})">VIEW MORE COMMENTS</a></div>
{% endif %}
{% if SITE_NAME == 'rDrama' and not request.headers.get("xhr") and v and 'SamsungBrowser' not in g.agent and not v.background and not (u and u.profile_background) %}
{# TODO: disabled pending fix #}
{% if false %}
<div id="detection" style="display:none;background-color:canvas;color-scheme:light"></div>
<script>
const detectionDiv = document.querySelector('#detection');