From 840e3b80df4fe3259b94c588a98869eebbc8dca7 Mon Sep 17 00:00:00 2001 From: Drew Harwell Date: Sun, 30 Apr 2017 13:37:22 -0500 Subject: [PATCH] Update index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;