Update index.html
This commit is contained in:
parent
d87d3e16b7
commit
976f91eb10
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ function genUrl(){
|
|||
return document.getElementById(id).value;
|
||||
}
|
||||
|
||||
var inUrl = 'http://' + val('urlin') + '/users/'+val('usernamein')+'.atom';
|
||||
var inUrl = window.location.protocol + '//' + val('urlin') + '/users/'+val('usernamein')+'.atom';
|
||||
|
||||
|
||||
var iframeUrl = 'http://'+ window.location.hostname +((window.location.port && window.location.port!=80)?(':'+window.location.port):'') +"/api/feed?url="+encodeURIComponent(inUrl);
|
||||
|
@ -31,4 +31,4 @@ function genUrl(){
|
|||
iframe.height = val('height');
|
||||
}
|
||||
</script>
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
|
Reference in a new issue