c
This commit is contained in:
parent
cefe7cd35b
commit
4d45ad098d
@ -1183,7 +1183,7 @@ function proxify()
|
|||||||
function modal_open(url)
|
function modal_open(url)
|
||||||
{
|
{
|
||||||
modal.style.display = 'block';
|
modal.style.display = 'block';
|
||||||
document.querySelector("#readability-reader").innerHTML = article.content
|
document.querySelector("#readability-reader").innerHTML = '';
|
||||||
var iframePromise = new Promise((resolve, reject) => {
|
var iframePromise = new Promise((resolve, reject) => {
|
||||||
var iframe = document.querySelector("#iframe-wrapper > iframe");
|
var iframe = document.querySelector("#iframe-wrapper > iframe");
|
||||||
iframe.src = url;
|
iframe.src = url;
|
||||||
|
@ -1183,7 +1183,7 @@ function proxify()
|
|||||||
function modal_open(url)
|
function modal_open(url)
|
||||||
{
|
{
|
||||||
modal.style.display = 'block';
|
modal.style.display = 'block';
|
||||||
document.querySelector("#readability-reader").innerHTML = article.content
|
document.querySelector("#readability-reader").innerHTML = '';
|
||||||
var iframePromise = new Promise((resolve, reject) => {
|
var iframePromise = new Promise((resolve, reject) => {
|
||||||
var iframe = document.querySelector("#iframe-wrapper > iframe");
|
var iframe = document.querySelector("#iframe-wrapper > iframe");
|
||||||
iframe.src = url;
|
iframe.src = url;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user