fix template
This commit is contained in:
parent
46c55bc400
commit
b5760abd2b
|
@ -284,7 +284,7 @@ alert('refusing to send a token to <%= target_origin.inspect %>, not whitelisted
|
||||||
img.onload = function() {
|
img.onload = function() {
|
||||||
console.log('img onload');
|
console.log('img onload');
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.src = "<%= host %>/auth/check_cookie";
|
script.src = "<%= url('/auth/check_cookie') %>";
|
||||||
window.document.body.appendChild(script);
|
window.document.body.appendChild(script);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user