This commit is contained in:
longpanda 2022-01-12 11:10:15 +08:00
parent e5fa5e6d84
commit 676831dbbe

View file

@ -281,7 +281,7 @@
$('input[type=text]').each(function (){
var id = $(this).attr('id');
if (typeof(id) == 'undefined') {
retunrn;
return;
}
if (id.startsWith('id_text_timeout_') || id.startsWith('id_text_autosel_')) {