mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
cefe7cd35b
commit
4d45ad098d
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue