mirror of
https://github.com/lijiejie/eyes.sh.git
synced 2026-09-27 03:51:52 +08:00
fix
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
}
|
||||
$('#confirmModal').modal();
|
||||
}
|
||||
$('.form-check-input').change(function (e){
|
||||
$('.form-check-input').click(function (e){
|
||||
if (e.target.id === 'lang_zh'){
|
||||
$("[name='language']").val('zh-hans');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user