diff --git a/searx/webapp.py b/searx/webapp.py index f660a200c..c64e1f04f 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1183,7 +1183,7 @@ function proxify() function modal_open(url) { modal.style.display = 'block'; - document.querySelector("#readability-reader").innerHTML = article.content + document.querySelector("#readability-reader").innerHTML = ''; var iframePromise = new Promise((resolve, reject) => { var iframe = document.querySelector("#iframe-wrapper > iframe"); iframe.src = url; diff --git a/searx/webapp1.py b/searx/webapp1.py index f660a200c..c64e1f04f 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -1183,7 +1183,7 @@ function proxify() function modal_open(url) { modal.style.display = 'block'; - document.querySelector("#readability-reader").innerHTML = article.content + document.querySelector("#readability-reader").innerHTML = ''; var iframePromise = new Promise((resolve, reject) => { var iframe = document.querySelector("#iframe-wrapper > iframe"); iframe.src = url;