feat: 去掉js i18n catalog

This commit is contained in:
ibuler
2020-06-03 16:26:10 +08:00
parent 431ba36a26
commit 27d906a877
9 changed files with 5 additions and 15 deletions

View File

@@ -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) {