mirror of
https://github.com/Merricx/qrazybox.git
synced 2025-04-19 17:49:04 +02:00
fix patching recovery title
This commit is contained in:
parent
e924a9c27a
commit
eb1d875309
1 changed files with 1 additions and 1 deletions
|
@ -1899,7 +1899,7 @@ $(document).ready(function(){
|
|||
|
||||
$("#tools-pad-recovery").click(function(){
|
||||
patchingRecovery(recoverPaddingBits(JSON.parse(JSON.stringify(qr_array))));
|
||||
$("#div-patching-recovery-title").val("Padding Bits Recovery");
|
||||
$("#div-patching-recovery-title").text("Padding Bits Recovery");
|
||||
$("#div-patching-recovery").show();
|
||||
|
||||
$("#div-tools").hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue