mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change the name of the image source to reload to bypass WKWebView caching.
This commit is contained in:
@@ -113,7 +113,7 @@ function flattenPreElements() {
|
||||
|
||||
function reloadArticleImage(imageSrc) {
|
||||
var image = document.getElementById("nnwImageIcon");
|
||||
image.src = imageSrc;
|
||||
image.src = imageSrc + "?" + new Date().getTime();
|
||||
}
|
||||
|
||||
function stopMediaPlayback() {
|
||||
|
||||
Reference in New Issue
Block a user