diff --git a/js/coinbin.js b/js/coinbin.js index d326f41..05fadf4 100644 --- a/js/coinbin.js +++ b/js/coinbin.js @@ -935,6 +935,7 @@ $(document).ready(function() { var qrstr = $('textarea',$(this).closest('.input-group')).val(); if(qrstr.length > 2000){ $("#qrcode").html("
Sorry the data is too long for the QR generator.
"); + return; } }else{ var qrcode = new QRCode("qrcode");