]> git.mxchange.org Git - friendica.git/commitdiff
Changed keyup to oninput
authorJeroen De Meerleer <me@jeroened.be>
Tue, 2 Apr 2019 13:13:44 +0000 (15:13 +0200)
committerJeroen De Meerleer <me@jeroened.be>
Tue, 2 Apr 2019 13:13:44 +0000 (15:13 +0200)
view/theme/frio/templates/theme_settings.tpl

index 1c870c92be94ea02a0e2c2d74b1d5a1b30dc1cdb..b84f5f28a8ef6245df9b951537ada5d587262915 100644 (file)
@@ -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) {