remotes/1693045480750635534/spooky-22
Aevann1 2021-12-28 07:06:24 +02:00
parent eb25c628c8
commit 1622eff43f
2 changed files with 5 additions and 5 deletions

View File

@ -514,7 +514,7 @@ def edit_post(pid, v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)
@ -546,7 +546,7 @@ def edit_post(pid, v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)
@ -1086,7 +1086,7 @@ def submit_post(v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)
@ -1118,7 +1118,7 @@ def submit_post(v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)

View File

@ -78,7 +78,7 @@
<div id="image-upload-block">
<div><label class="mt-3">Attachment Upload</label></div>
<img alt="image preview" loading="lazy" id="image-preview" class="w-100">
<img loading="lazy" id="image-preview" class="w-100">
<label class="btn btn-secondary m-0" for="file-upload">
<div id="filename-show">Select File</div>
<input id="file-upload" type="file" name="file" {% if request.headers.get('cf-ipcountry')=="T1" %}disabled{% endif %} accept="image/*, video/*" hidden>