fixing bug in file upload
This commit is contained in:
@@ -24,15 +24,7 @@
|
|||||||
<!-- Preview Container -->
|
<!-- Preview Container -->
|
||||||
<div class="file-preview" style="display: none;">
|
<div class="file-preview" style="display: none;">
|
||||||
<!-- Video will be injected here via JS -->
|
<!-- Video will be injected here via JS -->
|
||||||
@if(!shitpost_mode)
|
|
||||||
<div class="file-meta-row">
|
|
||||||
<div class="file-info">
|
|
||||||
<span class="file-name"></span>
|
|
||||||
<span class="file-size"></span>
|
|
||||||
</div>
|
|
||||||
<button type="button" class="btn-remove" title="{{ t('upload.remove_file') }}">✕</button>
|
|
||||||
</div>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user