update google chart url
这个提交包含在:
父节点
c018cfc3d4
当前提交
50e047fae4
2
test.js
2
test.js
@ -31,7 +31,7 @@ function generate(ke) {
|
||||
+ '?secret=' + key.replace(/\s+/g, '').toUpperCase()
|
||||
;
|
||||
// obviously don't use this in production, but it's not so bad for the demo
|
||||
var src = 'https://www.google.com/chart?chs=166x166&chld=L|0&cht=qr&chl=' + encodeURIComponent(otpauth);
|
||||
var src = 'https://chart.googleapis.com/chart?chs=166x166&chld=L|0&cht=qr&chl=' + encodeURIComponent(otpauth);
|
||||
|
||||
$('.js-otpauth').innerHTML = otpauth; // safe to inject because I created it
|
||||
$('.js-key').innerHTML = key; // safe to inject because I created it
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户