Merge pull request #6964 from JeroenED/task/frio-sharestring-onchange

Changed keyup to oninput
This commit is contained in:
Hypolite Petovan 2019-04-02 10:03:01 -04:00 committed by GitHub
commit 76ecf67066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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