mirror of
https://github.com/Merricx/qrazybox.git
synced 2024-11-25 20:22:57 +01:00
Update version
This commit is contained in:
parent
ff5b4a084d
commit
77ee5f546d
2 changed files with 6 additions and 1 deletions
|
@ -293,7 +293,7 @@
|
|||
<h3>About</h3>
|
||||
<div class="space"></div>
|
||||
<div class="clear"></div>
|
||||
<h4>QRazyBox v0.1.0</h4>
|
||||
<h4 id="txt-version">QRazyBox v0.1.0</h4>
|
||||
<h6>QR Code Analysis and Recovery Toolkit</h6>
|
||||
<div class="space"></div>
|
||||
<p>Written by : Merricx</p>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
var VERSION = '0.1.7';
|
||||
|
||||
var qr_version = 1;
|
||||
var qr_pixel_size = 15;
|
||||
var qr_size = 17+(qr_version*4);
|
||||
|
@ -1801,6 +1804,8 @@ $(document).ready(function(){
|
|||
}
|
||||
})
|
||||
|
||||
$("#txt-version").text('QRazyBox v'+VERSION);
|
||||
|
||||
$("#mobile-editor-mode, #mobile-decode-mode").click(function(){
|
||||
toggleResult();
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue