From 4d45ad098dc3500aafc87af71fbd4f9e6d408359 Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Tue, 28 Feb 2023 12:18:56 +0800 Subject: [PATCH] c --- searx/webapp.py | 2 +- searx/webapp1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;