fix childplay code and qr code
This commit is contained in:
@@ -142,7 +142,7 @@ $(function() {
|
||||
});
|
||||
|
||||
// QR Code Reader
|
||||
$("#qr_code").on('sclick', function(e){
|
||||
$("#qr_code").on('click', function(e){
|
||||
var code = "";
|
||||
setTimeout(function(){
|
||||
code=getQRCode();
|
||||
|
||||
Reference in New Issue
Block a user