mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Remove 'mark as NSFW' feature for posts
Co-authored-by: Kos Furler <35310076+kosfurler@users.noreply.github.com>
This commit is contained in:
parent
e3fdf75b26
commit
f34e0ea88a
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
<meta n:ifset="$csrfToken" name="csrf" value="{$csrfToken}" />
|
||||
{css "css/style.css"}
|
||||
{css "css/dialog.css"}
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
{script "js/node_modules/jquery/dist/jquery.min.js"}
|
||||
{script "js/node_modules/umbrellajs/umbrella.min.js"}
|
||||
{script "js/openvk.cls.js"}
|
||||
{ifset $thisUser}
|
||||
|
@ -26,8 +26,6 @@
|
|||
{/if}
|
||||
{/ifset}
|
||||
|
||||
{css "css/nsfw-posts.css"}
|
||||
|
||||
{ifset headIncludes}{include headIncludes}{/ifset}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -36,9 +36,11 @@
|
|||
</label>
|
||||
{/if}
|
||||
|
||||
<label>
|
||||
{*
|
||||
<label>
|
||||
<input type="checkbox" name="nsfw" /> Содержит NSFW-контент
|
||||
</label>
|
||||
*}
|
||||
</div>
|
||||
<input type="file" name="_pic_attachment" accept="image/*" style="display:none;" />
|
||||
<input type="hidden" name="type" value="1" />
|
||||
|
|
Loading…
Reference in a new issue