mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 12:25:14 +02:00
Merge pull request #6964 from JeroenED/task/frio-sharestring-onchange
Changed keyup to oninput
This commit is contained in:
commit
76ecf67066
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
GenerateShareString();
|
GenerateShareString();
|
||||||
|
|
||||||
// Take advantage of the effects of previous comment
|
// 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());
|
theme = JSON.parse($("#id_frio_share_string").val());
|
||||||
|
|
||||||
if ($("#id_frio_nav_bg").length) {
|
if ($("#id_frio_nav_bg").length) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue