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: ->
|
backlink: ->
|
||||||
@nextElementSibling.textContent = @value.replace /%(?:id|%)/g, (x) -> ({'%id': '123456789', '%%': '%'})[x]
|
@nextElementSibling.textContent = @value.replace /%(?:id|%)/g, (x) -> ({'%id': '123456789', '%%': '%'})[x]
|
||||||
|
|
||||||
pastedname: ->
|
|
||||||
@nextElementSibling.textContent = "#{@value}.png"
|
|
||||||
|
|
||||||
fileInfo: ->
|
fileInfo: ->
|
||||||
data =
|
data =
|
||||||
isReply: true
|
isReply: true
|
||||||
|
|||||||
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Default pasted content filename</legend>
|
<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>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user