From 1c33c2094079a1aa93a9bcefe0437ec46e24a089 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Fri, 22 Feb 2019 13:11:10 +0100 Subject: [PATCH] Add a comment --- view/theme/frio/templates/theme_settings.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl index 44817449d8..eaa71d3fe1 100644 --- a/view/theme/frio/templates/theme_settings.tpl +++ b/view/theme/frio/templates/theme_settings.tpl @@ -96,6 +96,7 @@ window.setInterval(GenerateShareString, 500); GenerateShareString(); + // Take advantage of the effects of previous comment $(document).on("keyup", "#id_frio_share_string", function() { theme = JSON.parse($("#id_frio_share_string").val());