Skip to content

Commit

Permalink
(unreleased v1.65) Fixed Issue #5
Browse files Browse the repository at this point in the history
QR code now updates on type
  • Loading branch information
y330 committed Oct 18, 2020
1 parent 5974945 commit 3c86833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FragmentQR/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ $(function() {

return document.body.removeChild(t), a;
})($("textarea").val()) ?
i("ERROR! Please retry."): i("COPIED");
i("ERROR. Please retry."): i("COPIED");
}),
$("button.bright").html("<i class='material-icons'>brightness_4</i>"),
//bright
Expand Down

0 comments on commit 3c86833

Please sign in to comment.