mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-12 04:39:02 +00:00
fix(i18n): 修复重置密码那的i18n问题
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user