update desc

这个提交包含在:
WaitSpring 2022-05-01 15:27:22 +08:00
父节点 ad83f8aeb5
当前提交 ea4b15a675
共有 1 个文件被更改,包括 2 次插入5 次删除

查看文件

@ -1,13 +1,10 @@
/**
* JavaScript file for performing some interactive and client-side validation of
* the password fields on the registration form to avoid some user frustration,
* especially on mobile devices.
*
* JavaScript file for performing some interactive and client-side validation.
* @file
* @copyright Copyright © 2022- Qiuwen Baike Contributors
*/
// Mandatory check
// Mandatory check
(function () {
var a = !document.getElementById("wpOATHToken") ? document.getElementById("wpLoginAttempt") || document.getElementById("wpCreateaccount") : false;
a && (a.disabled = !0, document.getElementById("mw-input-wpTermsOfService").addEventListener("change", function () {