From: Jeroen De Meerleer Date: Tue, 2 Apr 2019 13:13:44 +0000 (+0200) Subject: Changed keyup to oninput X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=008b66ac2ccd18f83fde58151de160b4f60218bd;p=friendica.git Changed keyup to oninput --- diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl index 1c870c92be..b84f5f28a8 100644 --- a/view/theme/frio/templates/theme_settings.tpl +++ b/view/theme/frio/templates/theme_settings.tpl @@ -98,7 +98,7 @@ GenerateShareString(); // Take advantage of the effects of previous comment - $(document).on("keyup", "#id_frio_share_string", function() { + $(document).on("input", "#id_frio_share_string", function() { theme = JSON.parse($("#id_frio_share_string").val()); if ($("#id_frio_nav_bg").length) {