Remove 'mark as NSFW' feature for posts

Co-authored-by: Kos Furler <35310076+kosfurler@users.noreply.github.com>
This commit is contained in:
Alma Armas 2020-06-29 20:05:20 +00:00
parent e3fdf75b26
commit f34e0ea88a
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
<meta n:ifset="$csrfToken" name="csrf" value="{$csrfToken}" /> <meta n:ifset="$csrfToken" name="csrf" value="{$csrfToken}" />
{css "css/style.css"} {css "css/style.css"}
{css "css/dialog.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/node_modules/umbrellajs/umbrella.min.js"}
{script "js/openvk.cls.js"} {script "js/openvk.cls.js"}
{ifset $thisUser} {ifset $thisUser}
@ -26,8 +26,6 @@
{/if} {/if}
{/ifset} {/ifset}
{css "css/nsfw-posts.css"}
{ifset headIncludes}{include headIncludes}{/ifset} {ifset headIncludes}{include headIncludes}{/ifset}
</head> </head>
<body> <body>

View file

@ -36,9 +36,11 @@
</label> </label>
{/if} {/if}
<label> {*
<label>
<input type="checkbox" name="nsfw" /> Содержит NSFW-контент <input type="checkbox" name="nsfw" /> Содержит NSFW-контент
</label> </label>
*}
</div> </div>
<input type="file" name="_pic_attachment" accept="image/*" style="display:none;" /> <input type="file" name="_pic_attachment" accept="image/*" style="display:none;" />
<input type="hidden" name="type" value="1" /> <input type="hidden" name="type" value="1" />