Merge pull request #1774 from iAmShorty/qrcode-coin
[UPDATE] add coinname to qrcode
This commit is contained in:
commit
cf8a10d9b0
@ -4,7 +4,7 @@
|
|||||||
{literal}
|
{literal}
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('#qrcodeholder').qrcode({
|
$('#qrcodeholder').qrcode({
|
||||||
text : "{/literal}|http{if $smarty.server.HTTPS|default:"0" eq 'on'}s{/if}://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=api|{$GLOBAL.userdata.api_key}|{$GLOBAL.userdata.id}|{literal}",
|
text : "{/literal}|http{if $smarty.server.HTTPS|default:"0" eq 'on'}s{/if}://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=api|{$GLOBAL.userdata.api_key}|{$GLOBAL.userdata.id}|{$GLOBAL.config.currency|upper}|{literal}",
|
||||||
render : "canvas", // 'canvas' or 'table'. Default value is 'canvas'
|
render : "canvas", // 'canvas' or 'table'. Default value is 'canvas'
|
||||||
background : "#ffffff",
|
background : "#ffffff",
|
||||||
foreground : "#000000",
|
foreground : "#000000",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user