pull/1401/head
longpanda 2 years ago
parent e5fa5e6d84
commit 676831dbbe

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

Loading…
Cancel
Save