mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Ad js upload
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
id="asset-file"
|
||||
class="file-input-field"
|
||||
type="file"
|
||||
accept="image/*,video/*,audio/*"
|
||||
accept="image/*,video/*,audio/*,application/javascript,text/javascript,.js,.mjs"
|
||||
onchange="handleFileSelection(this)"
|
||||
/>
|
||||
<label for="asset-file" class="file-input-trigger">
|
||||
@@ -312,6 +312,16 @@
|
||||
>
|
||||
<i class="fa-solid fa-rotate-right"></i>
|
||||
</button>
|
||||
<button
|
||||
id="selected-asset-edit"
|
||||
class="secondary"
|
||||
type="button"
|
||||
title="Edit script"
|
||||
disabled
|
||||
data-code-enabled="true"
|
||||
>
|
||||
<i class="fa-solid fa-code"></i>
|
||||
</button>
|
||||
<button
|
||||
id="selected-asset-visibility"
|
||||
class="secondary"
|
||||
@@ -329,6 +339,7 @@
|
||||
title="Delete asset"
|
||||
disabled
|
||||
data-audio-enabled="true"
|
||||
data-code-enabled="true"
|
||||
>
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user