Add a comment
This commit is contained in:
parent
42769c6976
commit
1c33c20940
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
||||||
window.setInterval(GenerateShareString, 500);
|
window.setInterval(GenerateShareString, 500);
|
||||||
GenerateShareString();
|
GenerateShareString();
|
||||||
|
|
||||||
|
// Take advantage of the effects of previous comment
|
||||||
$(document).on("keyup", "#id_frio_share_string", function() {
|
$(document).on("keyup", "#id_frio_share_string", function() {
|
||||||
theme = JSON.parse($("#id_frio_share_string").val());
|
theme = JSON.parse($("#id_frio_share_string").val());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue