fix(i18n): 修复重置密码那的i18n问题

This commit is contained in:
ibuler
2020-11-09 18:02:26 +08:00
committed by Jiangjie.Bai
parent f04544e8df
commit 987f840431
4 changed files with 9 additions and 6 deletions

View File

@@ -3,10 +3,6 @@
//此函数用于checkbox的全选和反选
var checked = false;
function gettext(s) {
return s
}
function check_all(form) {
var checkboxes = document.getElementById(form);
if (checked === false) {