Changed keyup to oninput

pull/6964/head
Jeroen De Meerleer 4 years ago
parent e4fa1a1102
commit 008b66ac2c

@ -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) {

Loading…
Cancel
Save