|
|
|
@ -46,7 +46,7 @@ function init() { |
|
|
|
function parseLocation() { |
|
|
|
var term = window.location.search || window.location.hash; |
|
|
|
if(term.length > 1) { |
|
|
|
qrtext.value = term.substring(1); |
|
|
|
qrtext.value = decodeURIComponent(term.substring(1)); |
|
|
|
makeCode(qrtext); |
|
|
|
} |
|
|
|
} |
|
|
|
|