Commit 676831db authored by longpanda's avatar longpanda
Browse files

fix typo

parent e5fa5e6d
......@@ -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_')) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment