Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 81a6c53

Browse files
committed
Fix method name
1 parent 2bb1d1e commit 81a6c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cloudy/cloudy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
return $("#audioplayer").length == 1;
1616
};
1717

18-
Cloudy.prototype.isEpisodePage = function () {
18+
Cloudy.prototype.isIndexPage = function () {
1919
window.location.href == "https://overcast.fm/podcasts";
2020
};
2121

0 commit comments

Comments
 (0)