Drop dynamic preview of pasted name; simply show extension after input field.

This commit is contained in:
ccd0 2018-10-03 02:29:24 -07:00
parent b75cbc5cab
commit e5332ccb49
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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>