Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed May 16, 2024
2 parents b18bedf + f1f37a7 commit 904d031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added web/data-value-vs-time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/sub-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function loadSubDetailsById(id) {
break;
default:
let subFeedLinkElement = document.getElementById("sub-feed-link");
subFeedLinkElement.href = `https://reader.awakari.com/v1/feeds/sub/${id}`;
subFeedLinkElement.href = `https://reader.awakari.com/v1/sub/rss/${id}`;
subFeedLinkElement.style.display = "block";
break;
}
Expand Down Expand Up @@ -441,7 +441,7 @@ function createSubscription() {
} else {
document.getElementById("sub-new-success-btn-feed").style.display = "block";
document.getElementById("sub-new-success-btn-feed").onclick = () => {
window.open(`https://reader.awakari.com/v1/feeds/sub/${id}`, '_blank');
window.open(`https://reader.awakari.com/v1/sub/rss/${id}`, '_blank');
}
}
}
Expand Down

0 comments on commit 904d031

Please sign in to comment.