Update index.html

This commit is contained in:
Drew Harwell 2017-04-30 13:25:03 -05:00 committed by GitHub
parent d87d3e16b7
commit 976f91eb10

View file

@ -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>