mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-14 06:19:17 +00:00
feat: 去掉js i18n catalog
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
//此函数用于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