mirror of
https://github.com/Merricx/qrazybox.git
synced 2025-04-19 17:49:04 +02:00
Fixed bugs
This commit is contained in:
parent
1a3bbe2a7a
commit
771dbf2acf
1 changed files with 1 additions and 0 deletions
|
@ -1195,6 +1195,7 @@ $(document).ready(function(){
|
||||||
|
|
||||||
var current_mask = getFormatInfo(qr_array).mask;
|
var current_mask = getFormatInfo(qr_array).mask;
|
||||||
|
|
||||||
|
$("#data-masking-slider div.active").removeClass("active");
|
||||||
$("#data-masking-slider div[data="+current_mask+"]").addClass("active");
|
$("#data-masking-slider div[data="+current_mask+"]").addClass("active");
|
||||||
|
|
||||||
$("#div-data-masking").show();
|
$("#div-data-masking").show();
|
||||||
|
|
Loading…
Add table
Reference in a new issue