Skip to content

Commit 964e8d8

Browse files
committed
fix(games): disable on the games page until fixed
See #45
1 parent 135121b commit 964e8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Shows ratings from [protondb.com](https://www.protondb.com/) on Steam
1616
![Screenshot | Platinum Rating](screenshots/screenshot_platinum.png)
1717
![Screenshot | Mobile](screenshots/screenshot_mobile.png)
1818
![Screenshot | Wishlist](screenshots/screenshot_wishlist.png)
19-
![Screenshot | Profile Games](screenshots/screenshot_games.png)
19+
<!-- ![Screenshot | Profile Games](screenshots/screenshot_games.png) -->
2020
</div>

src/js/games.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ function insertRatings() {
3737
setTimeout(insertRatings, 1000);
3838
}
3939

40-
insertRatings();
40+
// insertRatings();

0 commit comments

Comments
 (0)