Drop dynamic preview of pasted name; simply show extension after input field.
This commit is contained in:
parent
b75cbc5cab
commit
e5332ccb49
@ -678,9 +678,6 @@ Settings =
|
||||
backlink: ->
|
||||
@nextElementSibling.textContent = @value.replace /%(?:id|%)/g, (x) -> ({'%id': '123456789', '%%': '%'})[x]
|
||||
|
||||
pastedname: ->
|
||||
@nextElementSibling.textContent = "#{@value}.png"
|
||||
|
||||
fileInfo: ->
|
||||
data =
|
||||
isReply: true
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
<fieldset>
|
||||
<legend>Default pasted content filename</legend>
|
||||
<div><input name="pastedname" class="field" spellcheck="false">: <span class="pastedname-preview"></span></div>
|
||||
<div><input name="pastedname" class="field" spellcheck="false">.png</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user