浏览代码

modify password field

andre 4 年之前
父节点
当前提交
50f1ea5266
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure_thurvserver.tpl

+ 1 - 1
configure_thurvserver.tpl

@@ -320,7 +320,7 @@ var _localLang = {
                                         <label for="customfield{$customfields[2].id}">{$customfields[2].name}</label>
                                         {$customfields[2].input}
                                         {if $customfields[2].description}
-                                            <span class="field-help-text" onclick="this.previousElementSibling.type='text';this.text='';">
+                                            <span class="field-help-text" onclick="this.previousElementSibling.type='text';this.innerHTML='';">
                                                 &#x1F441; {$customfields[2].description}
                                             </span>
                                         {/if}