dever 3 年之前
父节点
当前提交
e55e586691
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      assets/lib/datetime/jquery.datetimepicker.css
  2. 1 1
      assets/lib/manage/main.js

文件差异内容过多而无法显示
+ 0 - 0
assets/lib/datetime/jquery.datetimepicker.css


+ 1 - 1
assets/lib/manage/main.js

@@ -1048,7 +1048,7 @@ function autocomplete()
 	if ($("input").length) {
         $("input").each(function()
         {
-            $(this).attr('autocomplete', 'new-password');
+            $(this).attr('autocomplete', 'off');
         });
     }
 	if($("input[complete]").length)

部分文件因为文件数量过多而无法显示