pantat88 commited on
Commit
2d9c61b
1 Parent(s): d3c0df8

Update encrypt_images_info.js

Browse files
Files changed (1) hide show
  1. encrypt_images_info.js +0 -5
encrypt_images_info.js CHANGED
@@ -21,12 +21,7 @@ onUiUpdate(function () {
21
  info.id = "encrypt_image_" + txtOrImg2img + "2img_info";
22
  parent.insertBefore(info, top.nextSibling);
23
  }
24
-
25
- info.innerHTML = isEnable
26
- ? "图片加密插件已经启用,图片将加密保存在服务器。"
27
- : "图片加密插件已安装但未启用。";
28
  }
29
-
30
  renderInfo("txt", enable);
31
  renderInfo("img", enable);
32
  });
 
21
  info.id = "encrypt_image_" + txtOrImg2img + "2img_info";
22
  parent.insertBefore(info, top.nextSibling);
23
  }
 
 
 
 
24
  }
 
25
  renderInfo("txt", enable);
26
  renderInfo("img", enable);
27
  });