diff --git a/static/index.html b/static/index.html index dc3e8fe..5d61994 100644 --- a/static/index.html +++ b/static/index.html @@ -25,7 +25,7 @@ function genUrl(){ var iframeUrl = window.location.protocol + '//'+ window.location.hostname +((window.location.port && window.location.port!=80)?(':'+window.location.port):'') +"/api/feed?url="+encodeURIComponent(inUrl); - document.getElementById('result').value = ''; + document.getElementById('result').value = ''; var iframe = document.getElementById('frame'); iframe.src = iframeUrl;