From 676831dbbe47060a8da8a8bd9fa7136dd43b9b50 Mon Sep 17 00:00:00 2001 From: longpanda Date: Wed, 12 Jan 2022 11:10:15 +0800 Subject: [PATCH] fix typo --- Plugson/www/plugson_persistence.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugson/www/plugson_persistence.html b/Plugson/www/plugson_persistence.html index 60e01348..6b8caf62 100644 --- a/Plugson/www/plugson_persistence.html +++ b/Plugson/www/plugson_persistence.html @@ -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_')) {