Browse Source

Merge pull request '文件重命名不允许输入空格' (#2141) from fix-1985 into V20220519

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2141
Reviewed-by: wangj <wangj@noreply.localhost>
tags/v1.22.5.1^2
wangj 3 years ago
parent
commit
ac73852a3d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/repo/view_list.tmpl

+ 2
- 1
templates/repo/view_list.tmpl View File

@@ -131,7 +131,8 @@
<div class="ui column form" method="POST">
<div class="two fields" style="margin: 0;">
<div class="five wide field">
<input class="ui input" name="new_filename" type="text" value="">
<input class="ui input" name="new_filename" type="text" value=""
onkeyup="this.value=this.value.replace(/[, ]/g,'')">
</div>
<div class="five wide field">
<button class="ui blue button popup-save" type="button"


Loading…
Cancel
Save