diff --git a/static/index.html b/static/index.html index 20b7d57..963ff12 100644 --- a/static/index.html +++ b/static/index.html @@ -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'); } - \ No newline at end of file +