mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/posts: add safety buttons
This commit is contained in:
@ -100,6 +100,7 @@ function makeInput(options) {
|
||||
type: options.inputType,
|
||||
name: options.name,
|
||||
id: options.id,
|
||||
class: options.class,
|
||||
value: options.value || '',
|
||||
required: options.required,
|
||||
pattern: options.pattern,
|
||||
|
Reference in New Issue
Block a user